SolidRun / pkg-linux

Cubox-i/Hummingboard kernel packaging
3 stars 2 forks source link

Enable CONFIG_TMPFS_POSIX_ACL for systemd-udevd #2

Closed skrueger8 closed 4 years ago

skrueger8 commented 4 years ago

Hi,

seems like systemd-udevd needs CONFIG_TMPFS_POSIX_ACL:

root@sr-imx8:/var/log# grep ACL /var/log/daemon.log
Dec  2 14:49:28 sr-imx8 systemd-udevd[1519]: card0: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1518]: pcmC0D0p: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1505]: controlC0: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1514]: pcmC1D0p: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1503]: controlC1: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1506]: controlC2: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1507]: pcmC2D0c: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1515]: pcmC1D0c: Failed to apply ACL: Operation not supported
Dec  2 14:49:28 sr-imx8 systemd-udevd[1514]: timer: Failed to apply ACL: Operation not supported

Could add that, too please? :)

Josua-SR commented 4 years ago

I have finished for today, but should be doable.

skrueger8 commented 4 years ago

Should be fixed with https://github.com/SolidRun/pkg-linux/commit/7a80b2dc12207907da5e2c161e615856878f4344

Thanks Josua! :)