diff options
author | Leo Barsky <leobrsky@proton.me> | 2024-09-01 15:54:05 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-09-06 22:46:59 +0200 |
commit | b1435f0af8db31f79b9767bca6e8438d3ee3ce74 (patch) | |
tree | efa1f807b53458805cab0d059ce8b90331a222f3 /target/linux/malta/config-6.6 | |
parent | d760576132a1c37d0f533597b1742186d8692319 (diff) | |
download | openwrt-b1435f0af8db31f79b9767bca6e8438d3ee3ce74.tar.gz openwrt-b1435f0af8db31f79b9767bca6e8438d3ee3ce74.tar.bz2 openwrt-b1435f0af8db31f79b9767bca6e8438d3ee3ce74.zip |
kernel: activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash targets
This patch activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash memory targets.
Fixes docker error: "failed to register layer: lsetxattr security.capability /usr/bin/ping: operation not supported"
Forum discussion:
https://forum.openwrt.org/t/docker-pull-fails-failed-to-register-layer-operation-not-supported/138253
Signed-off-by: Leo Barsky <leobrsky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/16181
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/malta/config-6.6')
-rw-r--r-- | target/linux/malta/config-6.6 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/malta/config-6.6 b/target/linux/malta/config-6.6 index 7c72f49265..73db6cea21 100644 --- a/target/linux/malta/config-6.6 +++ b/target/linux/malta/config-6.6 @@ -81,7 +81,6 @@ CONFIG_EXT4_FS=y CONFIG_F2FS_FS=y CONFIG_FS_IOMAP=y CONFIG_FS_MBCACHE=y -CONFIG_FS_POSIX_ACL=y CONFIG_FUNCTION_ALIGNMENT=0 CONFIG_FW_LOADER_PAGED_BUF=y CONFIG_FW_LOADER_SYSFS=y @@ -131,8 +130,6 @@ CONFIG_IRQ_MIPS_CPU=y CONFIG_IRQ_WORK=y CONFIG_ISA_DMA_API=y CONFIG_JBD2=y -CONFIG_JFFS2_FS_POSIX_ACL=y -CONFIG_JFFS2_FS_SECURITY=y CONFIG_KALLSYMS=y CONFIG_KERNEL_GZIP=y # CONFIG_KERNEL_XZ is not set |