Skip to content

Commit f959608

Browse files
committed
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 <[email protected]> (cherry picked from commit 5cdb6e8) Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 61f1b4e commit f959608

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

contrib/seccomp/seccomp_default.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
524524
"mount",
525525
"name_to_handle_at",
526526
"perf_event_open",
527+
"quotactl",
527528
"setdomainname",
528529
"sethostname",
529530
"setns",

0 commit comments

Comments
 (0)