Also allow sysdig agent to setuid.

It was already allowed to change namespaces.
This commit is contained in:
Mark Stemm 2017-06-28 11:38:14 -07:00
parent e6006e3787
commit 7ac49a2f99

View File

@ -636,6 +636,7 @@
not user.name=root and not somebody_becoming_themself not user.name=root and not somebody_becoming_themself
and not proc.name in (userexec_binaries, mail_binaries, docker_binaries, and not proc.name in (userexec_binaries, mail_binaries, docker_binaries,
sshd, dbus-daemon-lau, ping, ping6, critical-stack-) sshd, dbus-daemon-lau, ping, ping6, critical-stack-)
and not java_running_sdjagent
output: > output: >
Unexpected setuid call by non-sudo, non-root program (user=%user.name parent=%proc.pname Unexpected setuid call by non-sudo, non-root program (user=%user.name parent=%proc.pname
command=%proc.cmdline uid=%evt.arg.uid) command=%proc.cmdline uid=%evt.arg.uid)