Skip to content

Commit

Permalink
key update enable_aide in aide.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakyavasantha committed Dec 15, 2023
1 parent d9ade36 commit 9de92cb
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 @@ -6,7 +6,7 @@ def get_script(config):
# Start with an empty script and build it up
script = ""

if file_systems_config['config_fs']['dev_shm']:
if file_systems_config['enable_aide']:
# Each file system gets its own set of commands
script += f"""
apt install aide aide-common
Expand Down

0 comments on commit 9de92cb

Please sign in to comment.