parent
293cd5e802
commit
89dddd357a
@ -1,11 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# similar to
|
|
||||||
# live-build/ubuntu-touch/hooks/90-precompile-apparmor-policies.chroot
|
|
||||||
# but we only care about the system apparmor (see LP: #1460152)
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
echo "I: precompiling deb apparmor policies"
|
|
||||||
/sbin/apparmor_parser -Q --write-cache --cache-loc=/etc/apparmor.d/cache/ $(find /etc/apparmor.d/ -maxdepth 1 -type f -not -path '*/\.*')
|
|
||||||
|
|
Loading…
Reference in new issue