revert euid change in exception key

This commit is contained in:
Thomas Stromberg 2023-03-16 17:31:31 -04:00
parent fbc2b207b4
commit 6473469e72
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ SELECT
"__VERSION__"
),
',',
p0.euid,
-- This is intentionally not euid, as everything is euid 0
p0.uid,
',',
CONCAT (
SPLIT (p0.cgroup_path, "/", 0),