summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-10-21 13:58:31 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-10-21 13:58:31 +0200
commitfcc0b8d096a3a763ba9b13bb324cb913ed838a3f (patch)
tree1d6629ec7029e4b492f210b5ba8cf3b946786bab
parentdaf943fd8790128b2298a1a28dd41e8c91799ca6 (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
-rw-r--r--arch/arm/configs/colibri_vf50_defconfig1
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