Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/setsebool/
DMakefile12 SETSEBOOL_OBJS = setsebool.o
14 BASHCOMPLETIONS=setsebool-bash-completion.sh
16 all: setsebool
18 setsebool: $(SETSEBOOL_OBJS) target
22 install -m 755 setsebool $(SBINDIR)
24 install -m 644 setsebool.8 $(MANDIR)/man8/
26 install -m 644 $(BASHCOMPLETIONS) $(BASHCOMPLETIONDIR)/setsebool
31 -rm -f setsebool *.o
Dsetsebool-bash-completion.sh57 complete -F _setsebool setsebool
/external/selinux/policycoreutils/
D.gitignore16 setsebool/setsebool
DChangeLog85 * Improve setsebool error r eporting from Dan Walsh.
175 * setsebool: -N should not reload policy on changes
182 * setsebool: error when setting multiple options
211 * Add bash-completion scripts for setsebool and semanage
363 * setsebool should inform users they need to
364 * setsebool typos
635 * 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 …]
DMakefile1 …age semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man g…
/external/selinux/policycoreutils/gui/
DbooleansPage.py226 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)
/external/selinux/policycoreutils/po/
DPOTFILES.in6 setsebool/setsebool.c
DPOTFILES6 ../setsebool/setsebool.c
DMakefile32 ../setsebool/setsebool.c \
/external/selinux/libselinux/
DChangeLog725 booleans file and to note that setsebool can be used to set
837 * 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.
/external/selinux/libsemanage/
DChangeLog624 in setsebool for non-managed systems.