We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6774275 commit 3d62d97Copy full SHA for 3d62d97
2 files changed
profiles/seccomp/default.json
@@ -668,7 +668,8 @@
668
"names": [
669
"settimeofday",
670
"stime",
671
- "adjtimex"
+ "adjtimex",
672
+ "clock_settime"
673
],
674
"action": "SCMP_ACT_ALLOW",
675
"args": [],
profiles/seccomp/seccomp_default.go
@@ -577,6 +577,7 @@ func DefaultProfile() *types.Seccomp {
577
578
579
"adjtimex",
580
+ "clock_settime",
581
},
582
Action: types.ActAllow,
583
Args: []*types.Arg{},
0 commit comments