ソースを参照

remove name_to_handle_at(2) from filtered syscalls

Signed-off-by: Vitor Anjos <bartier@users.noreply.github.com>
Vitor Anjos 2 年 前
コミット
fdc9b7cceb
2 ファイル変更0 行追加2 行削除
  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",
 				"mount_setattr",
 				"mount_setattr",
 				"move_mount",
 				"move_mount",
-				"name_to_handle_at",
 				"open_tree",
 				"open_tree",
 				"perf_event_open",
 				"perf_event_open",
 				"quotactl",
 				"quotactl",

+ 0 - 1
profiles/seccomp/default_linux.go

@@ -592,7 +592,6 @@ func DefaultProfile() *Seccomp {
 					"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",