mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-25 18:01:17 +00:00
add the apparmor-super-noise change to get extra detailed info about all apparmor operations in the ubuntu-touch build logs
This commit is contained in:
parent
48faa53d7b
commit
ec1b6f24ae
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,10 +1,14 @@
|
||||
livecd-rootfs (2.337) UNRELEASED; urgency=medium
|
||||
livecd-rootfs (2.338) UNRELEASED; urgency=medium
|
||||
|
||||
[ Łukasz Zemczak ]
|
||||
* merge lp:~sil2100/livecd-rootfs/deb-src_for_extra_ppas,
|
||||
In case of extra PPAs also include the deb-src entry in the sources list.
|
||||
(LP: #1482703)
|
||||
[ Oliver Grawert ]
|
||||
* add the apparmor-super-noise change to get extra detailed info about all
|
||||
apparmor operations in the ubuntu-touch build logs
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 11 Aug 2015 11:48:54 +0200
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Tue, 11 Aug 2015 18:18:58 +0200
|
||||
|
||||
livecd-rootfs (2.336) wily; urgency=medium
|
||||
|
||||
|
@ -2,6 +2,16 @@
|
||||
|
||||
FEATURES=/var/cache/apparmor/.features
|
||||
|
||||
echo "date is: `date`"
|
||||
|
||||
touch /custom/cache/apparmor/test-timestamp.before
|
||||
echo "I: Content of the /custom dir before apparmor runs:"
|
||||
ls -lR /custom
|
||||
|
||||
echo "I: Content of the apparmor caches before:"
|
||||
ls -lR /var/lib/apparmor
|
||||
ls -lR /var/cache/apparmor
|
||||
|
||||
echo "I: precompiling click apparmor policies"
|
||||
/sbin/apparmor_parser -v -M ${FEATURES} -Q --write-cache --cache-loc=/var/cache/apparmor/ `find /var/lib/apparmor/profiles/ -maxdepth 1 -type f -not -path '*/\.*'`
|
||||
|
||||
@ -12,6 +22,14 @@ echo "I: precompiling custom click apparmor policies"
|
||||
mkdir -p /custom/cache/apparmor
|
||||
/sbin/apparmor_parser -v -M ${FEATURES} -Q --write-cache --cache-loc=/custom/cache/apparmor/ `find /var/lib/apparmor/profiles/ -maxdepth 1 -type f -not -path '*/\.*'`
|
||||
|
||||
touch /custom/cache/apparmor/test-timestamp.after
|
||||
echo "I: Content of the /custom dir after apparmor ran:"
|
||||
ls -lR /custom
|
||||
|
||||
echo "I: Content of the apparmor caches after:"
|
||||
ls -lR /var/lib/apparmor
|
||||
ls -lR /var/cache/apparmor
|
||||
|
||||
|
||||
#get the apparmor manifests and profiles
|
||||
mkdir -p /custom/lib/apparmor/clicks
|
||||
@ -50,4 +68,7 @@ for manifest in /var/lib/apparmor/clicks/*; do
|
||||
fi
|
||||
done
|
||||
|
||||
ls -l /custom/cache/apparmor/
|
||||
echo "I: Content of the final apparmor files:"
|
||||
ls -lR /custom
|
||||
ls -lR /var/lib/apparmor
|
||||
ls -lR /var/cache/apparmor
|
||||
|
Loading…
x
Reference in New Issue
Block a user