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

  /external/selinux/policycoreutils/setsebool/
Makefile 10 SETSEBOOL_OBJS = setsebool.o
12 BASHCOMPLETIONS=setsebool-bash-completion.sh
14 all: setsebool
16 setsebool: $(SETSEBOOL_OBJS)
20 install -m 755 setsebool $(DESTDIR)$(SBINDIR)
22 install -m 644 setsebool.8 $(DESTDIR)$(MANDIR)/man8/
30 install -m 644 $(BASHCOMPLETIONS) $(DESTDIR)$(BASHCOMPLETIONDIR)/setsebool
35 -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 = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll
  /external/ltp/testcases/network/stress/ftp/
ftp-upload-stress 60 tst_test_cmds chcon setsebool
61 setsebool allow_ftpd_anon_write 1 || \
  /external/selinux/gui/
booleansPage.py 229 setsebool = "/usr/sbin/setsebool -P %s %d" % (key, not val)
230 rc, out = getstatusoutput(setsebool)
238 setsebool = "semanage boolean --deleteall"
239 getstatusoutput(setsebool)
  /external/selinux/policycoreutils/po/
Makefile 41 ../setsebool/setsebool.c \

Completed in 118 milliseconds