OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESTORECON
(Results
1 - 2
of
2
) sorted by null
/external/selinux/policycoreutils/scripts/
fixfiles
116
RESTORECON
=/sbin/
restorecon
154
find $m -mount -newermt $DATE -print0 2>/dev/null | ${
RESTORECON
} ${FORCEFLAG} ${VERBOSE} $* -i -0 -f -
160
# run
restorecon
on all files affected by the differences.
198
${
RESTORECON
} ${VERBOSE} ${EXCLUDEDIRS} ${FORCEFLAG} $* -i -R -f -; \
235
rpmlist $i | ${
RESTORECON
} ${VERBOSE} ${EXCLUDEDIRS} ${FORCEFLAG} $* -i -R -f -
239
${
RESTORECON
} ${VERBOSE} ${EXCLUDEDIRS} ${FORCEFLAG} $* -R -- "$FILEPATH"
/external/selinux/policycoreutils/setfiles/
setfiles.c
35
#define
RESTORECON
"
restorecon
"
38
/* Behavior flags determined based on setfiles vs.
restorecon
*/
214
*
restorecon
:
222
if (strcmp(base,
RESTORECON
))
224
base,
RESTORECON
);
236
/*
restorecon
only: silent exit if no SELinux.
Completed in 418 milliseconds