Searched refs:setsebool (Results 1 – 11 of 11) 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
85 * Improve setsebool error r eporting from Dan Walsh.175 * setsebool: -N should not reload policy on changes182 * setsebool: error when setting multiple options211 * Add bash-completion scripts for setsebool and semanage363 * setsebool should inform users they need to364 * setsebool typos635 * Fixed setsebool (falling through to error path on success).659 * Build fix for setsebool.662 …* Merged setsebool patch to only use libsemanage for persistent boolean changes from Stephen Small…769 * Merged setsebool patch from Karl MacMillan. [all …]
1 …age semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man g…
226 setsebool="/usr/sbin/setsebool -P %s %d" % (key, not val)227 rc,out = commands.getstatusoutput(setsebool)235 setsebool="semanage boolean --deleteall"236 commands.getstatusoutput(setsebool)
6 setsebool/setsebool.c
6 ../setsebool/setsebool.c
32 ../setsebool/setsebool.c \
725 booleans file and to note that setsebool can be used to set837 * Merged setsebool to libsemanage patch from Ivan Gyurdiev.998 This introduces booleans.local support for setsebool.1077 * Merged setsebool/togglesebool enhancement from Steve Grubb.1110 * Renamed change_bool and show_bools to setsebool and getsebool.
624 in setsebool for non-managed systems.