Skip to content

Make previously default rule optional.

Paul Bryant requested to merge config-set-seccomp into develop

New 'limit_setuid' rule added to seccomp that will only allow setuid/setgid calls to the authorized user. This was previously a default option but can cause conflicts in select circumstances.

Merge request reports