Commit 9a202e3
seccomp: always allow name_to_handle_at
This syscall is used by systemd to request unique internal names for
paths in the cgroup hierarchy from the kernel, and is overall innocuous.
Due to [previous][1] [mistakes][2] in moby/moby, it ended up attached to
`CAP_SYS_ADMIN`; however, it should not be filtered at all.
An in-depth analysis is available [at moby/moby][3].
[1]: moby/moby@a01c4dc#diff-6c0d906dbef148d2060ed71a7461907e5601fea78866e4183835c60e5d2ff01aR1627-R1639
[2]: moby/moby@c1ca124
[3]: moby/moby#45766 (review)
Co-authored-by: Vitor Anjos <[email protected]>
Signed-off-by: Bjorn Neergaard <[email protected]>1 parent 9b4ed8a commit 9a202e3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
240 | 241 | | |
241 | 242 | | |
242 | 243 | | |
| |||
585 | 586 | | |
586 | 587 | | |
587 | 588 | | |
588 | | - | |
589 | 589 | | |
590 | 590 | | |
591 | 591 | | |
| |||
0 commit comments