kconfigcheck: add BTRFS_FS_POSIX_ACL

This is required for running journalctl without root, see:
https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6145#note_470989

Signed-off-by: Clayton Craft <craftyguy@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6263>
This commit is contained in:
Clayton Craft 2025-02-27 11:57:11 -08:00 committed by The Friendly Merge Bot
parent 2115a3ed2b
commit 8d854127cc
No known key found for this signature in database

View file

@ -302,6 +302,7 @@ NF_CONNTRACK_MARK = "y"
# vmlinuz+initramfs size for devices with small boot partitions.
# See: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7136#note_505237
BTRFS_FS = "y"
BTRFS_FS_POSIX_ACL = "y"
EXFAT_FS = "m"
EXT4_FS = "y"
F2FS_FS = "y"