OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SELINUXFS
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libselinux/src/
policy.h
18
#define
SELINUXFS
"
selinuxfs
"
20
/*
selinuxfs
magic number */
27
/*
selinuxfs
mount point */
init.c
25
/* Verify the mount point for selinux file system has a
selinuxfs
.
71
if (strstr(buf,
SELINUXFS
)) {
102
/* At this point, the usual spot doesn't have an
selinuxfs
so
118
if (!strncmp(tmp + 1,
SELINUXFS
" ", strlen(
SELINUXFS
)+1)) {
load_policy.c
309
* Mount point for
selinuxfs
.
368
* Check for the existence of SELinux via
selinuxfs
, and
374
if (mount(
SELINUXFS
, SELINUXMNT,
SELINUXFS
, 0, 0) == 0 || errno == EBUSY) {
378
if (mount(
SELINUXFS
, OLDSELINUXMNT,
SELINUXFS
, 0, 0) == 0 || errno == EBUSY) {
384
if (mount(
SELINUXFS
, OLDSELINUXMNT,
SELINUXFS
, 0, 0) == 0 || errno == EBUSY) {
400
fprintf(stderr, "Mount failed for
selinuxfs
on %s: %s\n", SELINUXMNT, strerror(errno));
414
* Note: The following code depends on having
selinuxfs
[
all
...]
Completed in 144 milliseconds