mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
[prplOS: this is backport from upstream OpenWrt 24.10, adding missing
POSIX ACL fallback support for few other filesystems, making
unprivileged LCM containers working on more configurations out of the
box]
When CONFIG_USE_FS_ACL_ATTR is set we will also activate POSIX ACL
support for the f2fs, jffs2 and tmpfs file system. This option is
activated on all targets with big flash.
References: PPW-296
Link: https://github.com/openwrt/openwrt/pull/16181
References: https://gitlab.com/prpl-foundation/lcm/applications/cthulhu/-/merge_requests/14
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 2a1dd184b7)
Signed-off-by: Petr Štetiar <petr.stetiar@prplfoundation.org>