Commit 07ea7b9
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]>
(cherry picked from commit 9a202e3)
Signed-off-by: Bjorn Neergaard <[email protected]>1 parent f77f587 commit 07ea7b9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
572 | 573 | | |
573 | 574 | | |
574 | 575 | | |
575 | | - | |
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| |||
0 commit comments