@@ -70,6 +70,7 @@ process where host.os.type == "linux" and event.type == "start" and event.action
7070 "/usr/bin/sudo",
7171 "/bin/mount", "/usr/bin/mount",
7272 "/bin/umount", "/usr/bin/umount",
73+ "/usr/bin/fusermount3",
7374 "/bin/passwd", "/usr/bin/passwd",
7475 "/bin/chfn", "/usr/bin/chfn",
7576 "/bin/chsh", "/usr/bin/chsh",
@@ -79,7 +80,9 @@ process where host.os.type == "linux" and event.type == "start" and event.action
7980 "/usr/bin/newuidmap", "/usr/bin/newgidmap",
8081 "/usr/lib/dbus-1.0/dbus-daemon-launch-helper", "/usr/libexec/dbus-daemon-launch-helper",
8182 "/usr/lib/openssh/ssh-keysign", "/usr/libexec/openssh/ssh-keysign",
82- "/usr/bin/pkexec", "/usr/libexec/pkexec", "/usr/lib/polkit-1/pkexec"
83+ "/usr/bin/pkexec", "/usr/libexec/pkexec", "/usr/lib/polkit-1/pkexec",
84+ "/usr/lib/polkit-1/polkit-agent-helper-1", "/usr/libexec/polkit-agent-helper-1",
85+ "/usr/lib/snapd/snap-confine"
8386) and process.parent.args_count == 1
8487'''
8588
0 commit comments