Skip to content

Commit

Permalink
[selinux] Add "boolean list" option to "semanage" command
Browse files Browse the repository at this point in the history
"semanage" command with "boolean" and "-l" will collect all the list of
booleans and put it in "sos_commands/selinux/semanage_boolean_-l" file.
It is helpful on many occassions to see if perticular boolean is enabled
or not.

Signed-off-by: Shreyas Mahangade <[email protected]>
  • Loading branch information
ShreyasMahangade authored and TurboTurtle committed Dec 4, 2024
1 parent bdfc9ab commit 77a2a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos/report/plugins/selinux.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def setup(self):
'login',
'node',
'interface',
'boolean',
'module'
]

Expand Down

0 comments on commit 77a2a55

Please sign in to comment.