Home
last modified time | relevance | path

Searched refs:RESTORECON (Results 1 – 2 of 2) sorted by relevance

/external/selinux/policycoreutils/scripts/
Dfixfiles128 RESTORECON=/sbin/restorecon
154 …find $m -mount -newermt $DATE -print0 2>/dev/null | ${RESTORECON} ${FORCEFLAG} ${VERBOSE} -i -0 -f…
193 ${RESTORECON} ${VERBOSE} -i -f - -R `exclude_dirs`; \
249 …rpmlist $i | ${RESTORECON} $exclude_dirs ${FORCEFLAG} ${VERBOSE} $* -R -i -f - 2>&1 | cat >> $LOGF…
254 ${RESTORECON} $exclude_dirs ${FORCEFLAG} ${VERBOSE} -R $* $FILEPATH 2>&1 | cat >> $LOGFILE
/external/selinux/policycoreutils/setfiles/
Dsetfiles.c37 #define RESTORECON "restorecon" macro
213 if (strcmp(base, RESTORECON) && !r_opts.quiet)
214 … printf("Executed with an unrecognized name (%s), defaulting to %s behavior.\n", base, RESTORECON);