OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELINUXMNT
(Results
1 - 5
of
5
) sorted by null
/external/selinux/libselinux/src/
policy.h
24
#define
SELINUXMNT
"/sys/fs/selinux"
load_policy.c
376
if (mount(SELINUXFS,
SELINUXMNT
, SELINUXFS, 0, 0) == 0 || errno == EBUSY) {
377
mntpoint =
SELINUXMNT
;
402
fprintf(stderr, "Mount failed for selinuxfs on %s: %s\n",
SELINUXMNT
, strerror(errno));
417
* already mounted and
selinuxmnt
set above.
init.c
94
if (verify_selinuxmnt(
SELINUXMNT
) == 0) return;
/external/selinux/policycoreutils/scripts/
fixfiles
74
SELINUXMNT
=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
75
cat ${
SELINUXMNT
}/initial_contexts/unlabeled | secon -t
82
SELINUXMNT
=`grep selinuxfs /proc/self/mountinfo | head -1 | awk '{ print $5 }'`
83
cat $
SELINUXMNT
/initial_contexts/file | secon -t
/external/selinux/libselinux/src/android/
android_platform.c
[
all
...]
Completed in 935 milliseconds