[apparmor] [patch] mkdir apparmor.d/tunables/multiarch.d

John Johansen john.johansen at canonical.com
Tue Jan 3 00:08:30 UTC 2012


On 01/02/2012 03:49 PM, Christian Boltz wrote:
> 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 ;-)
>
Acked-by: John Johansen <john.johansen at canonical.com>

> === 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





More information about the AppArmor mailing list