Explorar o código

Merge pull request #45837 from neersighted/allow_name_to_handle_at

seccomp: add name_to_handle_at to allowlist
Bjorn Neergaard %!s(int64=2) %!d(string=hai) anos
pai
achega
d2452c2102
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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",