mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-25 04:26:28 +00:00
ChooseAnalysis: fix fs_use_* capitalization
This commit is contained in:
parent
1d821b109e
commit
e8f756a7ab
@ -282,7 +282,7 @@ class ChooseAnalysis(SEToolsWidget, QDialog):
|
||||
"Users": UserQueryTab}
|
||||
_rule_map = {"RBAC Rules": RBACRuleQueryTab,
|
||||
"TE Rules": TERuleQueryTab}
|
||||
_labeling_map = {"fs_use_* Statements": FSUseQueryTab,
|
||||
_labeling_map = {"Fs_use_* Statements": FSUseQueryTab,
|
||||
"Genfscon Statements": GenfsconQueryTab,
|
||||
"Initial SID Statements": InitialSIDQueryTab,
|
||||
"Netifcon Statements": NetifconQueryTab,
|
||||
|
Loading…
Reference in New Issue
Block a user