HomeSort by relevance Sort by last modified time
    Searched refs:setfiles (Results 1 - 8 of 8) sorted by null

  /external/selinux/policycoreutils/setfiles/
Makefile 9 ABORT_ON_ERRORS=$(shell grep "^\#define ABORT_ON_ERRORS" setfiles.c | awk -S '{ print $$3 }')
20 all: setfiles restorecon man
22 setfiles: setfiles.o restore.o
24 restorecon: setfiles
25 ln -sf setfiles restorecon
28 @cp -af setfiles.8 setfiles.8.man
30 @sed -i "s/STAR_COUNT/$(PROGRESS_STEP)/g" setfiles.8.man restorecon.8.man
31 @sed -i "s/ABORT_ON_ERRORS/$(ABORT_ON_ERRORS)/g" setfiles.8.ma
    [all...]
  /external/selinux/libsemanage/src/
semanage_conf.h 52 struct external_prog *setfiles; member in struct:semanage_conf
conf-parse.y 290 semanage_conf_external_prog_destroy(current_conf->setfiles);
291 current_conf->setfiles = NULL;
292 if (new_external_prog(&current_conf->setfiles) == -1) {
374 if ((conf->setfiles =
375 calloc(1, sizeof(*(current_conf->setfiles)))) == NULL) {
378 if (access("/sbin/setfiles", X_OK) == 0) {
379 conf->setfiles->path = strdup("/sbin/setfiles");
381 conf->setfiles->path = strdup("/usr/sbin/setfiles");
    [all...]
semanage_store.c     [all...]
  /external/selinux/policycoreutils/
Makefile 1 SUBDIRS = sepolicy setfiles semanage load_policy newrole run_init sandbox secon audit2allow sestatus semodule_package semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man gui hll
  /external/selinux/policycoreutils/restorecond/
Makefile 26 restorecond: ../setfiles/restore.o restorecond.o utmpwatcher.o stringslist.o user.o watch.o
  /external/selinux/policycoreutils/po/
Makefile 37 ../setfiles/setfiles.c \
  /external/selinux/policycoreutils/scripts/
fixfiles 127 SETFILES=/sbin/setfiles
259 ${SETFILES} ${VERBOSE} $exclude_dirs -q ${FORCEFLAG} $* ${FC} ${FILESYSTEMSRW} 2>&1 | cat >> $LOGFILE

Completed in 105 milliseconds