seccomp: add name_to_handle_at to allowlist
Based on the analysis on [the previous PR][1].
[1]: https://github.com/moby/moby/pull/45766#pullrequestreview-1493908145
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
(cherry picked from commit b335e3d305
)
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
This commit is contained in:
parent
7f2729ff2c
commit
b173b9e739
2 changed files with 2 additions and 0 deletions
|
@ -237,6 +237,7 @@
|
|||
"munlock",
|
||||
"munlockall",
|
||||
"munmap",
|
||||
"name_to_handle_at",
|
||||
"nanosleep",
|
||||
"newfstatat",
|
||||
"_newselect",
|
||||
|
|
|
@ -229,6 +229,7 @@ func DefaultProfile() *Seccomp {
|
|||
"munlock",
|
||||
"munlockall",
|
||||
"munmap",
|
||||
"name_to_handle_at",
|
||||
"nanosleep",
|
||||
"newfstatat",
|
||||
"_newselect",
|
||||
|
|
Loading…
Reference in a new issue