Skip to content

Commit

Permalink
Merge pull request moby#34445 from pmoust/f-seccomp-quotacl
Browse files Browse the repository at this point in the history
seccomp: whitelist quotactl with CAP_SYS_ADMIN
  • Loading branch information
yongtang authored Aug 9, 2017
2 parents ab29a85 + cf6e1c5 commit bbb401d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions profiles/seccomp/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@
"mount",
"name_to_handle_at",
"perf_event_open",
"quotactl",
"setdomainname",
"sethostname",
"setns",
Expand Down
1 change: 1 addition & 0 deletions profiles/seccomp/seccomp_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ func DefaultProfile() *types.Seccomp {
"mount",
"name_to_handle_at",
"perf_event_open",
"quotactl",
"setdomainname",
"sethostname",
"setns",
Expand Down

0 comments on commit bbb401d

Please sign in to comment.