mirror of https://github.com/docker/docs.git
Remove adjtimex. (#6032)
This commit is contained in:
parent
3f4f3d1509
commit
f32bbe902d
|
|
@ -66,7 +66,6 @@ the reason each syscall is blocked rather than white-listed.
|
||||||
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------|
|
|---------------------|---------------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| `acct` | Accounting syscall which could let containers disable their own resource limits or process accounting. Also gated by `CAP_SYS_PACCT`. |
|
| `acct` | Accounting syscall which could let containers disable their own resource limits or process accounting. Also gated by `CAP_SYS_PACCT`. |
|
||||||
| `add_key` | Prevent containers from using the kernel keyring, which is not namespaced. |
|
| `add_key` | Prevent containers from using the kernel keyring, which is not namespaced. |
|
||||||
| `adjtimex` | Similar to `clock_settime` and `settimeofday`, time/date is not namespaced. Also gated by `CAP_SYS_TIME`. |
|
|
||||||
| `bpf` | Deny loading potentially persistent bpf programs into kernel, already gated by `CAP_SYS_ADMIN`. |
|
| `bpf` | Deny loading potentially persistent bpf programs into kernel, already gated by `CAP_SYS_ADMIN`. |
|
||||||
| `clock_adjtime` | Time/date is not namespaced. Also gated by `CAP_SYS_TIME`. |
|
| `clock_adjtime` | Time/date is not namespaced. Also gated by `CAP_SYS_TIME`. |
|
||||||
| `clock_settime` | Time/date is not namespaced. Also gated by `CAP_SYS_TIME`. |
|
| `clock_settime` | Time/date is not namespaced. Also gated by `CAP_SYS_TIME`. |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue