profiles: seccomp: allow clock_settime when CAP_SYS_TIME is added
Signed-off-by: Antonio Murdaca <runcom@redhat.com> Upstream-commit: 3ab4961032315abb4fd4ed813034a114d1d55699 Component: engine
This commit is contained in:
@ -900,7 +900,8 @@
|
||||
"names": [
|
||||
"settimeofday",
|
||||
"stime",
|
||||
"adjtimex"
|
||||
"adjtimex",
|
||||
"clock_settime"
|
||||
],
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"args": [],
|
||||
|
||||
@ -735,6 +735,7 @@ func DefaultProfile() *types.Seccomp {
|
||||
"settimeofday",
|
||||
"stime",
|
||||
"adjtimex",
|
||||
"clock_settime",
|
||||
},
|
||||
Action: types.ActAllow,
|
||||
Args: []*types.Arg{},
|
||||
|
||||
Reference in New Issue
Block a user