On Mon, 07 Mar 2016 10:54:56 +0000, Martin Vaeth wrote: > the...@sys-concept.com <the...@sys-concept.com> wrote: >> >> grep CONFIG_TMPFS_XATTR /usr/src/linux/.config >> CONFIG_TMPFS_XATTR=y > > Does your compilation happen on a temp file system? > You can configure XATTR for each file system type individually.
If the final filesystem is ext4 then CONFIG_EXT4_FS_SECURITY must also be set, otherwise you'll get the error again. -h