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

  /external/selinux/policycoreutils/setsebool/
Makefile 12 SETSEBOOL_OBJS = setsebool.o
14 BASHCOMPLETIONS=setsebool-bash-completion.sh
16 all: setsebool
18 setsebool: $(SETSEBOOL_OBJS)
22 install -m 755 setsebool $(SBINDIR)
24 install -m 644 setsebool.8 $(MANDIR)/man8/
26 install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)/setsebool
31 -rm -f setsebool *.o
setsebool-bash-completion.sh 33 if [ "$verb" = "" -a "$prev" = "setsebool" -o "$prev" = "-P" ]; then
57 complete -F _setsebool setsebool
  /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/gui/
booleansPage.py 231 setsebool = "/usr/sbin/setsebool -P %s %d" % (key, not val)
232 rc, out = commands.getstatusoutput(setsebool)
240 setsebool = "semanage boolean --deleteall"
241 commands.getstatusoutput(setsebool)
  /external/selinux/policycoreutils/po/
Makefile 32 ../setsebool/setsebool.c \

Completed in 79 milliseconds