Home
last modified time | relevance | path

Searched refs:setsebool (Results 1 – 8 of 8) sorted by relevance

/external/selinux/policycoreutils/setsebool/
DMakefile11 SETSEBOOL_OBJS = setsebool.o
13 BASHCOMPLETIONS=setsebool-bash-completion.sh
15 all: setsebool
17 setsebool: $(SETSEBOOL_OBJS) target
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
Dsetsebool-bash-completion.sh57 complete -F _setsebool setsebool
/external/selinux/policycoreutils/
D.gitignore11 setsebool/setsebool
DMakefile1 SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll
/external/ltp/testcases/network/stress/ftp/
Dftp-upload-stress60 tst_check_cmds chcon setsebool
61 setsebool allow_ftpd_anon_write 1 || \
/external/selinux/gui/
DbooleansPage.py239 setsebool = "/usr/sbin/setsebool -P %s %d" % (key, not val)
240 rc, out = getstatusoutput(setsebool)
248 setsebool = "semanage boolean --deleteall"
249 getstatusoutput(setsebool)
/external/selinux/policycoreutils/po/
DMakefile40 ../setsebool/setsebool.c \
/external/selinux/secilc/docs/
Dcil_conditional_statements.md31 …ate of the boolean. This can be changed at run time using <strong><code>setsebool</code></strong><…