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
128
RESTORECON
=/sbin/
restorecon
154
find $m -mount -newermt $DATE -print0 2>/dev/null | ${
RESTORECON
} ${FORCEFLAG} ${VERBOSE} -i -0 -f -
161
# run
restorecon
on all files affected by the differences.
193
${
RESTORECON
} ${VERBOSE} -i -f - -R `exclude_dirs`; \
249
rpmlist $i | ${
RESTORECON
} $exclude_dirs ${FORCEFLAG} ${VERBOSE} $* -R -i -f - 2>&1 | cat >> $LOGFILE
254
${
RESTORECON
} $exclude_dirs ${FORCEFLAG} ${VERBOSE} -R $* $FILEPATH 2>&1 | cat >> $LOGFILE
/external/selinux/policycoreutils/setfiles/
setfiles.c
37
#define
RESTORECON
"
restorecon
"
40
/* Behavior flags determined based on setfiles vs.
restorecon
*/
205
*
restorecon
:
213
if (strcmp(base,
RESTORECON
) && !r_opts.quiet)
214
printf("Executed with an unrecognized name (%s), defaulting to %s behavior.\n", base,
RESTORECON
);
224
/*
restorecon
only: silent exit if no SELinux.
Completed in 104 milliseconds