HomeSort by relevance Sort by last modified time
    Searched full:setfiles (Results 1 - 25 of 37) sorted by null

1 2

  /external/selinux/policycoreutils/setfiles/
Makefile 8 ABORT_ON_ERRORS=$(shell grep "^\#define ABORT_ON_ERRORS" setfiles.c | awk -S '{ print $$3 }')
18 all: setfiles restorecon restorecon_xattr man
20 setfiles: setfiles.o restore.o
22 restorecon: setfiles
23 ln -sf setfiles restorecon
28 @cp -af setfiles.8 setfiles.8.man
29 @sed -i "s/ABORT_ON_ERRORS/$(ABORT_ON_ERRORS)/g" setfiles.8.man
34 install -m 755 setfiles $(SBINDIR
    [all...]
setfiles.8 1 .TH "setfiles" "8" "10 June 2016" "" "SELinux User Command"
3 setfiles \- set SELinux file security contexts.
6 .B setfiles
26 .BR setfiles
44 .B setfiles
48 .B setfiles
211 .B setfiles
227 .B setfiles
236 .B setfiles
setfiles.c 26 /* setfiles will abort its operation after reaching the
34 #define SETFILES "setfiles"
38 /* Behavior flags determined based on setfiles vs. restorecon */
192 if (!strcmp(base, SETFILES)) {
194 * setfiles:
restore.c 41 /* Use setfiles, restorecon and restorecond own handles */
restorecon.8 68 .BR setfiles
211 Some of the content of this man page was taken from the setfiles
216 .BR setfiles (8),
  /external/selinux/policycoreutils/
Makefile 1 SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll
  /external/selinux/libselinux/man/man3/
is_context_customizable.3 14 administrators set on files, usually to allow certain domains to share the file content. restorecon and setfiles, by default, leave these context in place.
set_matchpathcon_flags.3 40 .B setfiles \-c.
  /external/selinux/libsepol/man/man3/
sepol_check_context.3 17 .B setfiles -c
  /external/selinux/libsemanage/src/
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_conf.h 52 struct external_prog *setfiles; member in struct:semanage_conf
conf-scan.l 58 "[setfiles]" return SETFILES_START;
handle.h 68 int do_check_contexts; /* whether to run setfiles check the file contexts file */
semanage_store.c     [all...]
  /external/selinux/restorecond/
restore.c 40 /* Use setfiles, restorecon and restorecond own handles */
  /external/selinux/policycoreutils/po/
Makefile 45 ../setfiles/setfiles.c \
  /external/selinux/policycoreutils/scripts/
fixfiles 115 SETFILES=/sbin/setfiles
245 ${SETFILES} ${VERBOSE} ${EXCLUDEDIRS} ${FORCEFLAG} $* -q ${FC} ${FILESYSTEMSRW}
  /external/selinux/libsemanage/include/semanage/
handle.h 85 /* Set whether or not to execute setfiles to check file contexts upon commit */
  /system/sepolicy/tools/fc_sort/
fc_sort.c 7 * The original setfiles sorting algorithm did not take into
14 * and therefore setfiles (or this standalone tool) need to sort
  /external/selinux/libselinux/src/
selinux_restorecon.c 4 * selinux/policycoreutils/setfiles/restore.c
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/
maven-assembly-plugin-2.2-beta-5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/1.1.1/
kotlin-annotation-processing-1.1.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/26.0.0/
lint-tests-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/26.0.0-alpha6/
lint-tests-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/26.0.0-alpha7/
lint-tests-26.0.0-alpha7.jar 

Completed in 409 milliseconds

1 2