seccomp: allow quotactl with CAP_SYS_ADMIN
This allows the quotactl syscall in the default seccomp profile, gated by CAP_SYS_ADMIN. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
5862285fac
commit
5cdb6e81d2
@ -525,6 +525,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
|||||||
"mount",
|
"mount",
|
||||||
"name_to_handle_at",
|
"name_to_handle_at",
|
||||||
"perf_event_open",
|
"perf_event_open",
|
||||||
|
"quotactl",
|
||||||
"setdomainname",
|
"setdomainname",
|
||||||
"sethostname",
|
"sethostname",
|
||||||
"setns",
|
"setns",
|
||||||
|
Loading…
Reference in New Issue
Block a user