Searched refs:setsebool (Results 1 – 8 of 8) sorted by relevance
12 SETSEBOOL_OBJS = setsebool.o14 BASHCOMPLETIONS=setsebool-bash-completion.sh 16 all: setsebool18 setsebool: $(SETSEBOOL_OBJS) target22 install -m 755 setsebool $(SBINDIR)24 install -m 644 setsebool.8 $(MANDIR)/man8/26 install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)/setsebool31 -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)
32 ../setsebool/setsebool.c \
31 …ate of the boolean. This can be changed at run time using <strong><code>setsebool</code></strong><…