mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #34570 from simonvik/doublealarm
Remove double defined alarm in seccomp list.
This commit is contained in:
commit
f291c959ef
2 changed files with 0 additions and 2 deletions
|
@ -57,7 +57,6 @@
|
|||
"access",
|
||||
"adjtimex",
|
||||
"alarm",
|
||||
"alarm",
|
||||
"bind",
|
||||
"brk",
|
||||
"capget",
|
||||
|
|
|
@ -50,7 +50,6 @@ func DefaultProfile() *types.Seccomp {
|
|||
"access",
|
||||
"adjtimex",
|
||||
"alarm",
|
||||
"alarm",
|
||||
"bind",
|
||||
"brk",
|
||||
"capget",
|
||||
|
|
Loading…
Reference in a new issue