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

  /external/selinux/gui/
statusPage.py 28 PERMISSIVE = 0
30 modearray = ("disabled", "permissive", "enforcing")
72 if self.get_current_mode() == ENFORCING or self.get_current_mode() == PERMISSIVE:
73 self.currentOptionMenu.append_text(_("Permissive"))
105 return PERMISSIVE
151 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.ResponseType.NO:
booleansPage.py 35 PERMISSIVE = 1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 75 PERMISSIVE = 0
    [all...]

Completed in 274 milliseconds