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:
d355987
)
SELinux: use define for number of bits in the mnt flags mask
author
Eric Paris
<eparis@redhat.com>
Fri, 24 Aug 2012 19:59:00 +0000
(15:59 -0400)
committer
Eric Paris
<eparis@redhat.com>
Thu, 25 Jul 2013 17:02:58 +0000
(13:02 -0400)
We had this random hard coded value of '8' in the code (I put it there)
for the number of bits to check for mount options. This is stupid. Instead
use the #define we already have which tells us the number of mount
options.
Signed-off-by: Eric Paris <eparis@redhat.com>
No differences found