[apparmor] [patch] mkdir apparmor.d/tunables/multiarch.d
Christian Boltz
apparmor at cboltz.de
Mon Jan 2 23:49:07 UTC 2012
Hello,
I noticed an interesting issue - /etc/apparmor.d/tunables/multiarch.d is
a file, not a directory on my system. OTOH, /etc/apparmor.d/tunables/home.d
is a directory (as it should be).
The problem is most probably that profiles/Makefile does not create the
tunables/multiarch.d directory. The following patch creates this
directory.
Be warned that I didn't test the patch - so please test yourself before
you ACK it ;-)
=== modified file 'profiles/Makefile'
--- profiles/Makefile 2011-10-19 22:23:19 +0000
+++ profiles/Makefile 2012-01-02 23:39:20 +0000
@@ -56,6 +56,7 @@
${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
Regards,
Christian Boltz
--
Comic Sans
Man möge mir verzeihen, aber ich möchte mich im Rahmen dieses Essays in
erster Linie mit Schriften auseinandersetzen, nicht mit Krankheiten.
[http://praegnanz.de/essays/136/typo-im-web-html-schriften-unter-der-lupe]
More information about the AppArmor
mailing list