Merge pull request #8752 from neersighted/name_to_handle_at

seccomp: always allow name_to_handle_at
This commit is contained in:
Kazuyoshi Kato
2023-06-28 07:58:07 -07:00
committed by GitHub

View File

@@ -237,6 +237,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"munlock",
"munlockall",
"munmap",
"name_to_handle_at",
"nanosleep",
"newfstatat",
"_newselect",
@@ -585,7 +586,6 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",