OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PERMISSIVE
(Results
1 - 4
of
4
) sorted by null
/external/selinux/policycoreutils/gui/
statusPage.py
32
PERMISSIVE
= 0
34
modearray = ("disabled", "
permissive
", "enforcing")
70
if self.get_current_mode() == ENFORCING or self.get_current_mode() ==
PERMISSIVE
:
71
self.currentOptionMenu.append_text(_("
Permissive
"))
103
return
PERMISSIVE
149
if self.verify(_("Changing to SELinux disabled requires a reboot. It is not recommended. If you later decide to turn SELinux back on, the system will be required to relabel. If you just want to see if SELinux is causing a problem on your system, you can go to
permissive
mode which will only log errors and not enforce SELinux policy.
Permissive
mode does not require a reboot Do you wish to continue?")) == gtk.RESPONSE_NO:
booleansPage.py
36
PERMISSIVE
= 1
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/
__init__.py
19
PERMISSIVE
= '
permissive
'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
75
PERMISSIVE
= 0
[
all
...]
Completed in 205 milliseconds