2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-23 10:37:27 +00:00

Create /etc/apparmor.d/tunables/multiarch.d directory in profiles/Makefile

(otherwise it's created as a file, which is wrong)

Acked-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
Christian Boltz 2012-01-03 23:45:00 +01:00
parent e2c5ecafce
commit c93fc7c758

View File

@ -56,6 +56,7 @@ install: local
${PROFILES_DEST}/program-chunks \
${PROFILES_DEST}/tunables \
${PROFILES_DEST}/tunables/home.d \
${PROFILES_DEST}/tunables/multiarch.d \
${PROFILES_DEST}/local
install -m 644 ${PROFILES_TO_COPY} ${PROFILES_DEST}
install -m 644 ${ABSTRACTIONS_TO_COPY} ${PROFILES_DEST}/abstractions