浏览代码

Merge pull request #45837 from neersighted/allow_name_to_handle_at

seccomp: add name_to_handle_at to allowlist
Bjorn Neergaard 2 年之前
父节点
当前提交
d2452c2102
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      profiles/seccomp/default.json
  2. 1 0
      profiles/seccomp/default_linux.go

+ 1 - 0
profiles/seccomp/default.json

@@ -237,6 +237,7 @@
 				"munlock",
 				"munlockall",
 				"munmap",
+				"name_to_handle_at",
 				"nanosleep",
 				"newfstatat",
 				"_newselect",

+ 1 - 0
profiles/seccomp/default_linux.go

@@ -229,6 +229,7 @@ func DefaultProfile() *Seccomp {
 					"munlock",
 					"munlockall",
 					"munmap",
+					"name_to_handle_at",
 					"nanosleep",
 					"newfstatat",
 					"_newselect",