Comment 2 for bug 344370

Revision history for this message
Brad Figg (brad-figg) wrote :

AUFS is needed on the imx51. However because of changes made to the VFS layer in fs/namei.c, AUFS will not build without AppArmor.

It is proposed that we either:
   1: Ifdef the AppArmor changes made to fs/namei.c.
   2: We have a copy of fs/namei.c called something like fs/ubuntu_noapparmor_namei.c which doesn't have the AppArmor changes and then have a #ifndef in the Makefile which uses it if we don't want AppArmor.