commit | d10c3437e60a40d49e9359e1de23b018859e5d45 | [log] [tgz] |
---|---|---|
author | Stephen Smalley <sds@tycho.nsa.gov> | Mon Nov 05 11:49:35 2012 -0500 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Mon Nov 05 11:55:03 2012 -0500 |
tree | 6df7b57f3dee333514eccabe98be8cd3b3386b2a | |
parent | 20f62f358ff65dae9aac74d6d1ccf2a648a9e20d [diff] |
Mount selinuxfs on /sys/fs/selinux when possible. Linux 3.0 introduced /sys/fs/selinux as the preferred mount point directory for selinuxfs. Upstream libselinux tries to mount selinuxfs on /sys/fs/selinux first and falls back to /selinux if it doesn't exist. Do likewise in Android. Change-Id: Iec738ff7e2f13f809a271eb03f08ef6cd2582bd4 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>