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:
Sebastiaan van Stijn 2020-08-24 12:40:43 +02:00
parent 5862285fac
commit 5cdb6e81d2
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -525,6 +525,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"mount",
"name_to_handle_at",
"perf_event_open",
"quotactl",
"setdomainname",
"sethostname",
"setns",