Merge pull request #33284 from mlaventure/17.03.2-cherry-picks
17.03.2 cherry picks
This commit is contained in:
commit
0ece5c788f
2 changed files with 3 additions and 1 deletions
|
@ -898,7 +898,8 @@
|
|||
"names": [
|
||||
"settimeofday",
|
||||
"stime",
|
||||
"adjtimex"
|
||||
"adjtimex",
|
||||
"clock_settime"
|
||||
],
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": [],
|
||||
|
|
|
@ -733,6 +733,7 @@ func DefaultProfile() *types.Seccomp {
|
|||
"settimeofday",
|
||||
"stime",
|
||||
"adjtimex",
|
||||
"clock_settime",
|
||||
},
|
||||
Action: types.ActAllow,
|
||||
Args: []*types.Arg{},
|
||||
|
|
Loading…
Reference in a new issue