Browse Source

remove name_to_handle_at(2) from filtered syscalls

Signed-off-by: Vitor Anjos <bartier@users.noreply.github.com>
Vitor Anjos 2 years ago
parent
commit
fdc9b7cceb
2 changed files with 0 additions and 2 deletions
  1. 0 1
      profiles/seccomp/default.json
  2. 0 1
      profiles/seccomp/default_linux.go

+ 0 - 1
profiles/seccomp/default.json

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

+ 0 - 1
profiles/seccomp/default_linux.go

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