tests(packer): enable apparmor debug in tests image.
This commit is contained in:
parent
8730c09b96
commit
08a6f8fb0b
6 changed files with 20 additions and 8 deletions
|
|
@ -79,7 +79,7 @@ write_files:
|
|||
- path: /etc/default/grub
|
||||
append: true
|
||||
content: |
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT lsm=landlock,lockdown,yama,integrity,apparmor,bpf"
|
||||
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT lsm=landlock,lockdown,yama,integrity,apparmor,bpf apparmor.debug=1"
|
||||
|
||||
# Set some bash aliases
|
||||
- path: /etc/skel/.bashrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue