Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SELinux: use define for number of bits in the mnt flags mask
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>
- Loading branch information