git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
308ab70
)
SELinux: pass a superblock to security_fs_use
author
Eric Paris
<eparis@redhat.com>
Fri, 24 Aug 2012 19:59:07 +0000
(15:59 -0400)
committer
Eric Paris
<eparis@redhat.com>
Thu, 25 Jul 2013 17:03:21 +0000
(13:03 -0400)
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>
No differences found