Skip to content

Commit

Permalink
feat(jans-linux-setup): add selinux policies to post setup messages (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Aug 7, 2023
1 parent 3c59256 commit 33db186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jans-linux-setup/jans_setup/setup_app/installers/jans.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ def apply_selinux_plicies(self):
cmd = [setsebool_cmd] + se_pol.split()
self.run(cmd)

Config.post_messages.append("The following SELinux Policies were applied:\n{}".format( '\n'.join([ ' * ' + p for p in selinux_policies])))

def enable_scripts(self, inums, enable=True):
if inums:
for inum in inums:
Expand Down

0 comments on commit 33db186

Please sign in to comment.