Home
last modified time | relevance | path

Searched refs:setsebool (Results 1 – 12 of 12) 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
DMakefile1 …age semodule semodule_link semodule_expand semodule_deps sepolgen-ifgen setsebool scripts po man g…
DChangeLog106 * Improve setsebool error r eporting from Dan Walsh.
196 * setsebool: -N should not reload policy on changes
203 * setsebool: error when setting multiple options
232 * Add bash-completion scripts for setsebool and semanage
384 * setsebool should inform users they need to
385 * setsebool typos
656 * 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 …]
/external/selinux/policycoreutils/gui/
DbooleansPage.py231 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)
/external/selinux/policycoreutils/po/
DPOTFILES.in6 setsebool/setsebool.c
DPOTFILES6 ../setsebool/setsebool.c
DMakefile32 ../setsebool/setsebool.c \
/external/selinux/libselinux/
DChangeLog766 booleans file and to note that setsebool can be used to set
878 * 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.
/external/selinux/secilc/docs/
Dcil_conditional_statements.md31 …ate of the boolean. This can be changed at run time using <strong><code>setsebool</code></strong><…
/external/selinux/libsemanage/
DChangeLog634 in setsebool for non-managed systems.