Merge pull request #43775 from bpascard/43774-seccomp-clock-settime64
This commit is contained in:
commit
c3eecf0aa9
2 changed files with 3 additions and 1 deletions
|
@ -743,7 +743,8 @@
|
|||
"names": [
|
||||
"settimeofday",
|
||||
"stime",
|
||||
"clock_settime"
|
||||
"clock_settime",
|
||||
"clock_settime64"
|
||||
],
|
||||
"action": "SCMP_ACT_ALLOW",
|
||||
"includes": {
|
||||
|
|
|
@ -731,6 +731,7 @@ func DefaultProfile() *Seccomp {
|
|||
"settimeofday",
|
||||
"stime",
|
||||
"clock_settime",
|
||||
"clock_settime64",
|
||||
},
|
||||
Action: specs.ActAllow,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue