Exemplo n.º 1
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable = True
     self.button_text = _("Disable SELinux controls on Chrome plugins")
     self.set_priority(50)
Exemplo n.º 2
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(10)
     self.level = "red"
Exemplo n.º 3
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(8)
     self.level = "yellow"
Exemplo n.º 4
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level = "green"
     self.set_priority(8)
Exemplo n.º 5
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(1)
     self.report_bug = True
Exemplo n.º 6
0
 def __init__(self):
     Plugin.__init__(self, __name__)
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
Exemplo n.º 8
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable = True
     self.button_text = _("Turn off memory protection")
Exemplo n.º 9
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(8)
     self.level = "yellow"
Exemplo n.º 10
0
 def __init__(self):
     Plugin.__init__(self,__name__)
     self.level="green"
     self.set_priority(8)
Exemplo n.º 11
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable=True
     self.button_text=_("Turn off memory protection")
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable = True
     self.button_text = _("Change file context.")
Exemplo n.º 13
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(1)
     self.report_bug = True
Exemplo n.º 14
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level="yellow"
     self.fixable=True
     self.button_text=_("Restore Context")
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
     self.level = "green"
     self.fixable = True
     self.button_text=_("Restore\nContext")
Exemplo n.º 16
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level = "yellow"
     self.fixable = True
     self.button_text = _("Restore Context")
Exemplo n.º 17
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
Exemplo n.º 18
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
     self.level = "green"
     self.fixable = True
     self.button_text = _("Restore\nContext")
Exemplo n.º 19
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level="red"
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable = True
     self.button_text = _("Enable booleans.")
Exemplo n.º 21
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level="green"
Exemplo n.º 22
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(10)
     self.level="red"