]> git.baikalelectronics.ru Git - kernel.git/commit
kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 10 Jun 2016 18:03:05 +0000 (13:03 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 23 Jun 2016 20:41:56 +0000 (15:41 -0500)
commit66faa0a7fe8f6d93964abd54666d7f1e864585da
tree6e49472e6f3efaf11831a4deb82d4e7656702553
parentcc176637a32b92dece8534b37ae598fee646f6a8
kernfs: The cgroup filesystem also benefits from SB_I_NOEXEC

The cgroup filesystem is in the same boat as sysfs.  No one ever
permits executables of any kind on the cgroup filesystem, and there is
no reasonable future case to support executables in the future.

Therefore move the setting of SB_I_NOEXEC which makes the code proof
against future mistakes of accidentally creating executables from
sysfs to kernfs itself.  Making the code simpler and covering the
sysfs, cgroup, and cgroup2 filesystems.

Acked-by: Seth Forshee <seth.forshee@canonical.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
fs/kernfs/mount.c
fs/sysfs/mount.c