seccomp: allow clock_settime64 when CAP_SYS_TIME is added
Port moby/moby PR 43775 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
		| @@ -641,6 +641,7 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp { | ||||
| 					"settimeofday", | ||||
| 					"stime", | ||||
| 					"clock_settime", | ||||
| 					"clock_settime64", | ||||
| 				}, | ||||
| 				Action: specs.ActAllow, | ||||
| 				Args:   []specs.LinuxSeccompArg{}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda