]> git.baikalelectronics.ru Git - kernel.git/commit
selinux: allow changing labels for cgroupfs
authorAntonio Murdaca <amurdaca@redhat.com>
Thu, 2 Feb 2017 15:22:57 +0000 (16:22 +0100)
committerPaul Moore <paul@paul-moore.com>
Wed, 8 Feb 2017 03:17:47 +0000 (22:17 -0500)
commitaa2f557a8aa072637b00665a310fe026d6acff2c
treee7d8de7dc6c8d750658a368b8301f1a6ab1527c0
parent34be111329dcd3514e235f42dc5cf63c24f62a9c
selinux: allow changing labels for cgroupfs

This patch allows changing labels for cgroup mounts. Previously, running
chcon on cgroupfs would throw an "Operation not supported". This patch
specifically whitelist cgroupfs.

The patch could also allow containers to write only to the systemd cgroup
for instance, while the other cgroups are kept with cgroup_t label.

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/hooks.c