コード例 #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
ファイル: mmap_zero.py プロジェクト: dperpeet/setroubleshoot
 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
ファイル: catchall.py プロジェクト: dperpeet/setroubleshoot
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(1)
     self.report_bug = True
コード例 #6
0
 def __init__(self):
     Plugin.__init__(self, __name__)
コード例 #7
0
 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
ファイル: file.py プロジェクト: fedora-selinux/setroubleshoot
 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")
コード例 #12
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable = True
     self.button_text = _("Change file context.")
コード例 #13
0
ファイル: catchall.py プロジェクト: dperpeet/setroubleshoot
 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")
コード例 #15
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
     self.level = "green"
     self.fixable = True
     self.button_text=_("Restore\nContext")
コード例 #16
0
ファイル: sshd_root.py プロジェクト: dperpeet/setroubleshoot
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.level = "yellow"
     self.fixable = True
     self.button_text = _("Restore Context")
コード例 #17
0
ファイル: associate.py プロジェクト: dperpeet/setroubleshoot
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.set_priority(100)
コード例 #18
0
 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"
コード例 #20
0
 def __init__(self):
     Plugin.__init__(self, __name__)
     self.fixable = True
     self.button_text = _("Enable booleans.")
コード例 #21
0
ファイル: rsync_data.py プロジェクト: dperpeet/setroubleshoot
 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"