Skip to content

Commit

Permalink
Include audit_rules dir in mtree file
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 9, 2024
1 parent 56f3331 commit 29467b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scale_build/image/mtree.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

MTREE_FILE_NAME = 'rootfs.mtree'
MTREE_UPDATE_FILE = f'{RELEASE_DIR}/{MTREE_FILE_NAME}'
MTREE_DIRS = ['boot', 'etc', 'usr', 'opt', 'var']
MTREE_DIRS = ['boot', 'etc', 'usr', 'opt', 'var', 'conf/audit_rules']

# The following is list of default etc files to remove from our image before we
# generate mtree file and then the squashfs filesystem. Generally we should put
Expand Down

0 comments on commit 29467b5

Please sign in to comment.