]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
selinux: never allow relabeling on context mounts
authorOndrej Mosnacek <omosnace@redhat.com>
Fri, 21 Dec 2018 20:18:52 +0000 (21:18 +0100)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 14 Aug 2019 09:18:49 +0000 (11:18 +0200)
commitafba66c52a4fa08fb52fd1dd9f701e32d11dbaaa
tree024d3489d9636939ddf43aebad75992e60a4f2bb
parent2a3a5dca9c8f326fb904eb33e933852abb1daa50
selinux: never allow relabeling on context mounts

BugLink: https://bugs.launchpad.net/bugs/1838459
commit a83d6ddaebe541570291205cb538e35ad4ff94f9 upstream.

In the SECURITY_FS_USE_MNTPOINT case we never want to allow relabeling
files/directories, so we should never set the SBLABEL_MNT flag. The
'special handling' in selinux_is_sblabel_mnt() is only intended for when
the behavior is set to SECURITY_FS_USE_GENFS.

While there, make the logic in selinux_is_sblabel_mnt() more explicit
and add a BUILD_BUG_ON() to make sure that introducing a new
SECURITY_FS_USE_* forces a review of the logic.

Fixes: d5f3a5f6e7e7 ("selinux: add security in-core xattr support for pstore and debugfs")
Signed-off-by: Ondrej Mosnacek <omosnace@redhat.com>
Reviewed-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
security/selinux/hooks.c