We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe1c5c + 3ab4961 commit fd3aef5Copy full SHA for fd3aef5
profiles/seccomp/default.json
@@ -900,7 +900,8 @@
900
"names": [
901
"settimeofday",
902
"stime",
903
- "adjtimex"
+ "adjtimex",
904
+ "clock_settime"
905
],
906
"action": "SCMP_ACT_ALLOW",
907
"args": [],
profiles/seccomp/seccomp_default.go
@@ -735,6 +735,7 @@ func DefaultProfile() *types.Seccomp {
735
736
737
"adjtimex",
738
+ "clock_settime",
739
},
740
Action: types.ActAllow,
741
Args: []*types.Arg{},
0 commit comments