Skip to content

Commit e5cc7d5

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 20273a8 commit e5cc7d5

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
@@ -522,6 +522,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
522522
"mount",
523523
"name_to_handle_at",
524524
"perf_event_open",
525+
"quotactl",
525526
"setdomainname",
526527
"sethostname",
527528
"setns",

0 commit comments

Comments
 (0)