remove name_to_handle_at(2) from filtered syscalls

Signed-off-by: Vitor Anjos <bartier@users.noreply.github.com>
(cherry picked from commit fdc9b7cceb)
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
Vitor Anjos 2023-06-18 14:21:12 -03:00 committed by Bjorn Neergaard
parent 8ef04fc32e
commit 7f2729ff2c
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View file

@ -601,7 +601,6 @@
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",

View file

@ -592,7 +592,6 @@ func DefaultProfile() *Seccomp {
"mount",
"mount_setattr",
"move_mount",
"name_to_handle_at",
"open_tree",
"perf_event_open",
"quotactl",