test(packer): update sources
This commit is contained in:
parent
fa6c37a7ab
commit
6d5a522dcb
6 changed files with 14 additions and 33 deletions
4
tests/packer/src/aa-clean
Normal file
4
tests/packer/src/aa-clean
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu -o pipefail
|
||||
rm -vf /var/log/audit/* /var/log/syslog*
|
||||
touch /var/log/audit/audit.log /var/log/syslog
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
rm -rf /var/log/audit/*
|
||||
touch /var/log/audit/audit.log
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
set -eu -o pipefail
|
||||
|
||||
export BUILDDIR=/tmp/build/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,23 +0,0 @@
|
|||
<monitors version="2">
|
||||
<configuration>
|
||||
<logicalmonitor>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<scale>1</scale>
|
||||
<primary>yes</primary>
|
||||
<monitor>
|
||||
<monitorspec>
|
||||
<connector>Virtual-1</connector>
|
||||
<vendor>RHT</vendor>
|
||||
<product>QEMU Monitor</product>
|
||||
<serial>0x00000000</serial>
|
||||
</monitorspec>
|
||||
<mode>
|
||||
<width>1920</width>
|
||||
<height>1080</height>
|
||||
<rate>60</rate>
|
||||
</mode>
|
||||
</monitor>
|
||||
</logicalmonitor>
|
||||
</configuration>
|
||||
</monitors>
|
||||
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
# Turn creating/updating of the cache on by default
|
||||
write-cache
|
||||
cache-loc /etc/apparmor/earlypolicy/
|
||||
|
||||
# Enable early policy loads to confine systemd, and services that can not depend
|
||||
# on the apparmor unit.
|
||||
cache-loc=/etc/apparmor/earlypolicy/
|
||||
|
||||
# Adjust compression
|
||||
Optimize=compress-fast
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue