mirror of https://github.com/docker/docs.git
Do not allow name_to_handle_at, as we have already blocked open_by_handle_at
Being able to obtain a file handle is no use as we cannot perform any operation in it, and it may leak kernel state. Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
a1747b3cc8
commit
c1b57fc1c9
|
@ -803,11 +803,6 @@ var defaultSeccompProfile = &configs.Seccomp{
|
|||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "name_to_handle_at",
|
||||
Action: configs.Allow,
|
||||
Args: []*configs.Arg{},
|
||||
},
|
||||
{
|
||||
Name: "nanosleep",
|
||||
Action: configs.Allow,
|
||||
|
|
Loading…
Reference in New Issue