]> code.ossystems Code Review - meta-freescale.git/commit
linux-fslc/defconfig: Add CONFIG_TMPFS_POSIX_ACL=y
authorAndreas Müller <schnitzeltony@gmail.com>
Wed, 5 Sep 2018 11:44:06 +0000 (13:44 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 5 Sep 2018 23:24:32 +0000 (20:24 -0300)
commit1deea6b4a2f83521ff247ea4743d09cc705ecd8e
treeadf6f783367ccf746f7a90c12870de9bb8f77434
parent07e26735e8d7f54f032d0cd1b37fabbba161f697
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>
(cherry picked from commit 63366536e30e892e0bf3ee6b5e53de77720ae158)
recipes-kernel/linux/linux-fslc/defconfig