diff options
author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-10-21 13:58:31 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2013-10-21 13:58:31 +0200 |
commit | fcc0b8d096a3a763ba9b13bb324cb913ed838a3f (patch) | |
tree | 1d6629ec7029e4b492f210b5ba8cf3b946786bab /arch | |
parent | daf943fd8790128b2298a1a28dd41e8c91799ca6 (diff) |
colibri_vf50: enable tmpfs posix acl configuration
Enable TMPFS POSIX ACL configuration to avoid systemd errors of the
following kind:
[ 27.619666] systemd-logind[269]: Failed to apply ACLs: Operation not
supported
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/configs/colibri_vf50_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/colibri_vf50_defconfig b/arch/arm/configs/colibri_vf50_defconfig index 90db874510fa..8ec7fb0566c8 100644 --- a/arch/arm/configs/colibri_vf50_defconfig +++ b/arch/arm/configs/colibri_vf50_defconfig @@ -287,6 +287,7 @@ CONFIG_VFAT_FS=y CONFIG_NTFS_FS=m CONFIG_NTFS_RW=y CONFIG_TMPFS=y +CONFIG_TMPFS_POSIX_ACL=y CONFIG_UBIFS_FS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y |