Skip to content

Commit 5cdb6e8

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]>
1 parent 5862285 commit 5cdb6e8

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
@@ -525,6 +525,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
525525
"mount",
526526
"name_to_handle_at",
527527
"perf_event_open",
528+
"quotactl",
528529
"setdomainname",
529530
"sethostname",
530531
"setns",

0 commit comments

Comments
 (0)