Merge pull request #8752 from neersighted/name_to_handle_at
seccomp: always allow name_to_handle_at
This commit is contained in:
commit
a3c9ed7092
@ -237,6 +237,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
|||||||
"munlock",
|
"munlock",
|
||||||
"munlockall",
|
"munlockall",
|
||||||
"munmap",
|
"munmap",
|
||||||
|
"name_to_handle_at",
|
||||||
"nanosleep",
|
"nanosleep",
|
||||||
"newfstatat",
|
"newfstatat",
|
||||||
"_newselect",
|
"_newselect",
|
||||||
@ -585,7 +586,6 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp {
|
|||||||
"mount",
|
"mount",
|
||||||
"mount_setattr",
|
"mount_setattr",
|
||||||
"move_mount",
|
"move_mount",
|
||||||
"name_to_handle_at",
|
|
||||||
"open_tree",
|
"open_tree",
|
||||||
"perf_event_open",
|
"perf_event_open",
|
||||||
"quotactl",
|
"quotactl",
|
||||||
|
Loading…
Reference in New Issue
Block a user