Skip to content

Commit f291c95

Browse files
authored
Merge pull request moby#34570 from simonvik/doublealarm
Remove double defined alarm in seccomp list.
2 parents bbcdc7d + d7bf5e3 commit f291c95

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

profiles/seccomp/default.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"access",
5858
"adjtimex",
5959
"alarm",
60-
"alarm",
6160
"bind",
6261
"brk",
6362
"capget",

profiles/seccomp/seccomp_default.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ func DefaultProfile() *types.Seccomp {
5050
"access",
5151
"adjtimex",
5252
"alarm",
53-
"alarm",
5453
"bind",
5554
"brk",
5655
"capget",

0 commit comments

Comments
 (0)