commit | 6068fcb36172b2f346e8fe2db3c87ebdfe8022e8 | [log] [tgz] |
---|---|---|
author | Sven Vermeulen <sven.vermeulen@siphos.be> | Wed Sep 25 17:51:58 2013 +0200 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Thu Oct 24 13:58:41 2013 -0400 |
tree | 4d75df9057eb148e9fba05c7612bbe1fe96dfb1d | |
parent | 3b44fe10e5961ec5ef6a9a7037dbc3b9840ca1a9 [diff] |
Mount sys before trying to mount selinuxfs If /sys is not present, the attempt to mount selinuxfs will of course fail. So we try to mount /sys first (and only if that fails fall back to the /selinux mount point) and then try to mount selinuxfs. Signed-off-by: Sven Vermeulen <sven.vermeulen@siphos.be>