HomeSort by relevance Sort by last modified time
    Searched defs:PERMISSIVE (Results 1 - 2 of 2) 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

Completed in 59 milliseconds