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

  /external/selinux/policycoreutils/setsebool/
Makefile 11 SETSEBOOL_OBJS = setsebool.o
13 BASHCOMPLETIONS=setsebool-bash-completion.sh
15 all: setsebool
17 setsebool: $(SETSEBOOL_OBJS)
21 install -m 755 setsebool $(SBINDIR)
23 install -m 644 setsebool.8 $(MANDIR)/man8/
25 install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)/setsebool
30 -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_check_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 40 ../setsebool/setsebool.c \

Completed in 145 milliseconds