OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENFORCING
(Results
1 - 5
of
5
) sorted by null
/external/selinux/gui/
statusPage.py
27
ENFORCING
= 1
30
modearray = ("disabled", "permissive", "
enforcing
")
72
if self.get_current_mode() ==
ENFORCING
or self.get_current_mode() == PERMISSIVE:
74
self.currentOptionMenu.append_text(_("
Enforcing
"))
103
return
ENFORCING
164
def write_selinux_config(self,
enforcing
, type):
173
fd.write("SELINUX=%s\n" %
enforcing
)
booleansPage.py
34
ENFORCING
= 0
/external/selinux/libselinux/src/
selinuxswig_python.i
21
ENFORCING
= 1
/external/compiler-rt/lib/asan/scripts/
asan_device_setup
397
ENFORCING
=0
398
if adb_shell getenforce | grep
Enforcing
>/dev/null; then
401
ENFORCING
=1
441
if [ $
ENFORCING
== 1 ]; then
/external/selinux/python/sepolicy/sepolicy/
gui.py
36
from selinux import DISABLED, PERMISSIVE,
ENFORCING
107
To change from Disabled to
Enforcing
mode
111
* Change the system mode to
Enforcing
</small>
[
all
...]
Completed in 495 milliseconds