[PATCH] xfstests: fix selinux context handling

2014-05-09 Thread Josef Bacik
With the new config stuff we lost the selinux options being set for systems with selinux turned on. We want the selinux context set all the time, wether we provide a MOUNT_OPTIONS value or not, so take this logic out of _mount_opts() and just put it in the body of common/config Signed-off-by:

Re: [PATCH] xfstests: fix selinux context handling

2014-05-09 Thread Eric Sandeen
On 5/9/14, 3:40 PM, Josef Bacik wrote: With the new config stuff we lost the selinux options being set for systems with selinux turned on. We want the selinux context set all the time, wether we provide a MOUNT_OPTIONS value or not, so take this logic out of _mount_opts() and just put it in