commit | af8e50cc7d546c508e9091bbbdf3cf8b243bd8cd | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Fri Aug 24 15:59:00 2012 -0400 |
committer | Eric Paris <eparis@redhat.com> | Thu Jul 25 13:02:58 2013 -0400 |
tree | 9e0dde9b982f805c8260800163532888ed06869f | |
parent | d355987f47bbe24e7450b509a3f8aac0db88b65a [diff] |
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>