Searched refs:setsebool (Results 1 – 8 of 8) sorted by relevance
11 SETSEBOOL_OBJS = setsebool.o13 BASHCOMPLETIONS=setsebool-bash-completion.sh 15 all: setsebool17 setsebool: $(SETSEBOOL_OBJS) target21 install -m 755 setsebool $(SBINDIR)23 install -m 644 setsebool.8 $(MANDIR)/man8/25 install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)/setsebool30 -rm -f setsebool *.o
57 complete -F _setsebool setsebool
11 setsebool/setsebool
1 SUBDIRS = setfiles load_policy newrole run_init secon sestatus semodule setsebool scripts po man hll
60 tst_check_cmds chcon setsebool61 setsebool allow_ftpd_anon_write 1 || \
239 setsebool = "/usr/sbin/setsebool -P %s %d" % (key, not val)240 rc, out = getstatusoutput(setsebool)248 setsebool = "semanage boolean --deleteall"249 getstatusoutput(setsebool)
40 ../setsebool/setsebool.c \
31 …ate of the boolean. This can be changed at run time using <strong><code>setsebool</code></strong><…