Merge pull request #33284 from mlaventure/17.03.2-cherry-picks

17.03.2 cherry picks
This commit is contained in:
Brian Goff 2017-05-19 10:16:24 -04:00 committed by GitHub
commit 0ece5c788f
2 changed files with 3 additions and 1 deletions

View file

@ -898,7 +898,8 @@
"names": [
"settimeofday",
"stime",
"adjtimex"
"adjtimex",
"clock_settime"
],
"action": "SCMP_ACT_ALLOW",
"args": [],

View file

@ -733,6 +733,7 @@ func DefaultProfile() *types.Seccomp {
"settimeofday",
"stime",
"adjtimex",
"clock_settime",
},
Action: types.ActAllow,
Args: []*types.Arg{},