Skip to content

Commit

Permalink
Aide Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakyavasantha committed Dec 19, 2023
1 parent cebbf60 commit 3126d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harden/file_systems/aide.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_script(config):
if file_systems_config['enable_aide']:
# Each file system gets its own set of commands
script += f"""
sudo apt install aide aide-common
sudo apt install aide
"""
return script

Expand Down

0 comments on commit 3126d2a

Please sign in to comment.