OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENFORCING
(Results
1 - 7
of
7
) sorted by null
/external/selinux/policycoreutils/gui/
statusPage.py
31
ENFORCING
= 1
34
modearray = ( "disabled", "permissive", "
enforcing
" )
68
if self.get_current_mode() ==
ENFORCING
or self.get_current_mode() == PERMISSIVE:
70
self.currentOptionMenu.append_text(_("
Enforcing
"))
99
return
ENFORCING
160
def write_selinux_config(self,
enforcing
, type):
169
fd.write("SELINUX=%s\n" %
enforcing
)
booleansPage.py
35
ENFORCING
=0
/external/compiler-rt/lib/asan/scripts/
asan_device_setup
311
ENFORCING
=0
312
if adb_shell getenforce | grep
Enforcing
>/dev/null; then
315
ENFORCING
=1
331
if [ $
ENFORCING
== 1 ]; then
/external/selinux/libselinux/src/
selinuxswig_python.i
15
ENFORCING
= 1
/external/selinux/policycoreutils/sepolicy/sepolicy/
gui.py
36
from selinux import DISABLED, PERMISSIVE,
ENFORCING
94
To change from Disabled to
Enforcing
mode
98
* Change the system mode to
Enforcing
</small>
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py
76
ENFORCING
= 1
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/
__init__.py
76
ENFORCING
= 1
[
all
...]
Completed in 737 milliseconds