HomeSort by relevance Sort by last modified time
    Searched defs:PERMISSIVE (Results 1 - 5 of 5) sorted by null

  /external/selinux/policycoreutils/gui/
statusPage.py 32 PERMISSIVE = 0
34 modearray = ( "disabled", "permissive", "enforcing" )
68 if self.get_current_mode() == ENFORCING or self.get_current_mode() == PERMISSIVE:
69 self.currentOptionMenu.append_text(_("Permissive"))
101 return PERMISSIVE
147 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/selinux/policycoreutils/sepolicy/sepolicy/
gui.py 36 from selinux import DISABLED, PERMISSIVE, ENFORCING
95 - Change the system mode from Disabled to Permissive
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 75 PERMISSIVE = 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/selinux/
__init__.py 75 PERMISSIVE = 0
    [all...]

Completed in 4134 milliseconds