示例#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)
示例#2
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(10)
     self.level = "red"
示例#3
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(8)
     self.level = "yellow"
示例#4
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level = "green"
     self.set_priority(8)
示例#5
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(1)
     self.report_bug = True
示例#6
0
 def __init__(self):
     Plugin.__init__(self, __name__)
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
示例#8
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable = True
     self.button_text = _("Turn off memory protection")
示例#9
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(8)
     self.level = "yellow"
示例#10
0
 def __init__(self):
     Plugin.__init__(self,__name__)
     self.level="green"
     self.set_priority(8)
示例#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.")
示例#13
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(1)
     self.report_bug = True
示例#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")
示例#16
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level = "yellow"
     self.fixable = True
     self.button_text = _("Restore Context")
示例#17
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
     self.level = "green"
     self.fixable = True
     self.button_text = _("Restore\nContext")
示例#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.")
示例#21
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level="green"
示例#22
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(10)
     self.level="red"