Searched refs:setsebool (Results 1 – 12 of 12) 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
16 setsebool/setsebool
1 …age semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man g…
106 * Improve setsebool error r eporting from Dan Walsh.196 * setsebool: -N should not reload policy on changes203 * setsebool: error when setting multiple options232 * Add bash-completion scripts for setsebool and semanage384 * setsebool should inform users they need to385 * setsebool typos656 * Fixed setsebool (falling through to error path on success).680 * Build fix for setsebool.683 …* Merged setsebool patch to only use libsemanage for persistent boolean changes from Stephen Small…790 * Merged setsebool patch from Karl MacMillan. [all …]
231 setsebool = "/usr/sbin/setsebool -P %s %d" % (key, not val)232 rc, out = commands.getstatusoutput(setsebool)240 setsebool = "semanage boolean --deleteall"241 commands.getstatusoutput(setsebool)
6 setsebool/setsebool.c
6 ../setsebool/setsebool.c
32 ../setsebool/setsebool.c \
766 booleans file and to note that setsebool can be used to set878 * Merged setsebool to libsemanage patch from Ivan Gyurdiev.1039 This introduces booleans.local support for setsebool.1118 * Merged setsebool/togglesebool enhancement from Steve Grubb.1151 * Renamed change_bool and show_bools to setsebool and getsebool.
31 …ate of the boolean. This can be changed at run time using <strong><code>setsebool</code></strong><…
634 in setsebool for non-managed systems.