-
- Downloads
device_cgroup: Cleanup cgroup eBPF device filter code
Original cgroup v2 eBPF code for filtering device access made it possible to compile with CONFIG_CGROUP_DEVICE=n and still use the eBPF filtering. Change commit 4b7d4d45 ("device_cgroup: Export devcgroup_check_permission") reverted this, making it required to set it to y. Since the device filtering (and all the docs) for cgroup v2 is no longer a "device controller" like it was in v1, someone might compile their kernel with CONFIG_CGROUP_DEVICE=n. Then (for linux 5.5+) the eBPF filter will not be invoked, and all processes will be allowed access to all devices, no matter what the eBPF filter says. Signed-off-by:Odin Ugedal <odin@ugedal.com> Acked-by:
Roman Gushchin <guro@fb.com> Signed-off-by:
Tejun Heo <tj@kernel.org>
Showing
- drivers/gpu/drm/amd/amdkfd/kfd_priv.h 1 addition, 1 deletiondrivers/gpu/drm/amd/amdkfd/kfd_priv.h
- include/linux/device_cgroup.h 5 additions, 9 deletionsinclude/linux/device_cgroup.h
- security/Makefile 1 addition, 1 deletionsecurity/Makefile
- security/device_cgroup.c 16 additions, 3 deletionssecurity/device_cgroup.c
Loading
Please register or sign in to comment