Skip to content

Commit

Permalink
Merge pull request #45834 from neersighted/backport/45766/23.0
Browse files Browse the repository at this point in the history
[23.0 backport] seccomp: always allow name_to_handle_at(2)
  • Loading branch information
thaJeztah committed Jun 28, 2023
2 parents 8ef04fc + b173b9e commit 2c1c20c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion profiles/seccomp/default.json
Expand Up @@ -237,6 +237,7 @@
"munlock",
"munlockall",
"munmap",
"name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",
Expand Down Expand Up @@ -601,7 +602,6 @@
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",
Expand Down
2 changes: 1 addition & 1 deletion profiles/seccomp/default_linux.go
Expand Up @@ -229,6 +229,7 @@ func DefaultProfile() *Seccomp {
"munlock",
"munlockall",
"munmap",
"name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",
Expand Down Expand Up @@ -592,7 +593,6 @@ func DefaultProfile() *Seccomp {
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",
Expand Down

0 comments on commit 2c1c20c

Please sign in to comment.