dont try abstractions
This commit is contained in:
parent
794c3cf19d
commit
2696a5e7e7
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ DESTDIR=/
|
||||||
|
|
||||||
for profile in "$@"
|
for profile in "$@"
|
||||||
do
|
do
|
||||||
|
if [ ! -f "${BUILD}/apparmor.d/${profile}" ]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
echo "Installing profile $profile"
|
echo "Installing profile $profile"
|
||||||
cp $BUILD/apparmor.d/$profile $DESTDIR/etc/apparmor.d/
|
cp $BUILD/apparmor.d/$profile $DESTDIR/etc/apparmor.d/
|
||||||
grep "rPx," "${BUILD}/apparmor.d/${profile}" | while read line
|
grep "rPx," "${BUILD}/apparmor.d/${profile}" | while read line
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue