seccomp: whitelist quotactl with CAP_SYS_ADMIN
@@ -557,6 +557,7 @@
"mount",
"name_to_handle_at",
"perf_event_open",
+ "quotactl",
"setdomainname",
"sethostname",
"setns",
@@ -488,6 +488,7 @@ func DefaultProfile() *types.Seccomp {