]> Pileus Git - ~andy/linux/commit
SELinux: pass a superblock to security_fs_use
authorEric Paris <eparis@redhat.com>
Fri, 24 Aug 2012 19:59:07 +0000 (15:59 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 25 Jul 2013 17:03:21 +0000 (13:03 -0400)
commita64c54cf0811b8032fdab8c9d52576f0370837fa
tree2fb17477db2ba91fb2043ece739a898f369b1b36
parent308ab70c465d97cf7e3168961dfd365535de21a6
SELinux: pass a superblock to security_fs_use

Rather than passing pointers to memory locations, strings, and other
stuff just give up on the separation and give security_fs_use the
superblock.  It just makes the code easier to read (even if not easier to
reuse on some other OS)

Signed-off-by: Eric Paris <eparis@redhat.com>
security/selinux/hooks.c
security/selinux/include/security.h
security/selinux/ss/services.c