diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-09-05 13:44:06 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-09-05 20:21:52 -0300 |
commit | 63366536e30e892e0bf3ee6b5e53de77720ae158 (patch) | |
tree | 384b5eeb586ce7241900eabced2d900fed10624e /recipes-kernel | |
parent | dbf6103a3e30f9b56b4952eefb6507f1dbea891d (diff) | |
download | meta-freescale-63366536e30e892e0bf3ee6b5e53de77720ae158.tar.gz |
linux-fslc/defconfig: Add CONFIG_TMPFS_POSIX_ACL=y
Fixes:
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[220]: Failed to apply ACL on /dev/v4l-subdev0: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[224]: Failed to apply ACL on /dev/v4l-subdev1: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[215]: Failed to apply ACL on /dev/v4l-subdev10: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[228]: Failed to apply ACL on /dev/v4l-subdev2: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[232]: Failed to apply ACL on /dev/v4l-subdev5: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[217]: Failed to apply ACL on /dev/v4l-subdev11: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[214]: Failed to apply ACL on /dev/dri/card1: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[216]: Failed to apply ACL on /dev/v4l-subdev8: Operation not supported
| Sep 04 09:05:10 imx6qdl-variscite-som systemd-udevd[226]: Failed to apply ACL on /dev/v4l-subdev9: Operation not supported
and nasty follow-ups: Starting weston from sddm as unpriviledged user fails
with some hints on missing access rights.
For a better understanding CONFIG_TMPFS=y was added which was set indirectly
by CONFIG_DEVTMPFS=y
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig index 3b68a8af..84d59fc4 100644 --- a/recipes-kernel/linux/linux-fslc/defconfig +++ b/recipes-kernel/linux/linux-fslc/defconfig | |||
@@ -394,6 +394,8 @@ CONFIG_ZISOFS=y | |||
394 | CONFIG_UDF_FS=m | 394 | CONFIG_UDF_FS=m |
395 | CONFIG_MSDOS_FS=m | 395 | CONFIG_MSDOS_FS=m |
396 | CONFIG_VFAT_FS=y | 396 | CONFIG_VFAT_FS=y |
397 | CONFIG_TMPFS=y | ||
398 | CONFIG_TMPFS_POSIX_ACL=y | ||
397 | CONFIG_JFFS2_FS=y | 399 | CONFIG_JFFS2_FS=y |
398 | CONFIG_UBIFS_FS=y | 400 | CONFIG_UBIFS_FS=y |
399 | CONFIG_NFS_FS=y | 401 | CONFIG_NFS_FS=y |