dont try abstractions

This commit is contained in:
monsieuremre 2023-10-28 11:59:11 +00:00 committed by GitHub
parent 794c3cf19d
commit 2696a5e7e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,9 @@ DESTDIR=/
for profile in "$@"
do
if [ ! -f "${BUILD}/apparmor.d/${profile}" ]; then
continue
fi
echo "Installing profile $profile"
cp $BUILD/apparmor.d/$profile $DESTDIR/etc/apparmor.d/
grep "rPx," "${BUILD}/apparmor.d/${profile}" | while read line