selinux: reject setexeccon() on MNT_NOSUID applications with -EACCES
authorPaul Moore <pmoore@redhat.com>
Thu, 15 May 2014 15:16:06 +0000 (11:16 -0400)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 3 Jun 2014 19:21:48 +0000 (14:21 -0500)
commit5b589d44fad18228f18749360d008d5c8ff3aaf8
treecc90b51e698724cb18b113904a629625ba79185f
parentca7786a2f916540931d7114d441efa141c99c898
selinux: reject setexeccon() on MNT_NOSUID applications with -EACCES

We presently prevent processes from using setexecon() to set the
security label of exec()'d processes when NO_NEW_PRIVS is enabled by
returning an error; however, we silently ignore setexeccon() when
exec()'ing from a nosuid mounted filesystem.  This patch makes things
a bit more consistent by returning an error in the setexeccon()/nosuid
case.

Signed-off-by: Paul Moore <pmoore@redhat.com>
Acked-by: Andy Lutomirski <luto@amacapital.net>
Acked-by: Stephen Smalley <sds@tycho.nsa.gov>
security/selinux/hooks.c