]> git.ipfire.org Git - thirdparty/linux.git/commit
device_cgroup: Cleanup cgroup eBPF device filter code
authorOdin Ugedal <odin@ugedal.com>
Fri, 3 Apr 2020 17:55:28 +0000 (19:55 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 13 Apr 2020 18:41:54 +0000 (14:41 -0400)
commiteec8fd0277e37cf447b88c6be181e81df867bcf1
tree0110a5197275738dfd1d82cabecf277b521eac26
parent772b3140669246e1ab32392c490d338e2eb7b803
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 4b7d4d453fc4 ("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>
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
include/linux/device_cgroup.h
security/Makefile
security/device_cgroup.c