Skip to content

Commit 1354e32

Browse files
committed
config: enable EROFS xattr and security support on x86_64
Add CONFIG_EROFS_FS_XATTR and CONFIG_EROFS_FS_SECURITY to the x86_64 kernel config, aligning it with aarch64 and riscv64 which already have these enabled. Required for trusted.overlay.opaque xattr (used by overlayfs for opaque directory markers) and security.* xattrs on EROFS filesystems.
1 parent ee09844 commit 1354e32

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config-libkrunfw_x86_64

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1632,6 +1632,8 @@ CONFIG_FS_DAX=y
16321632
CONFIG_FS_DAX_PMD=y
16331633
CONFIG_FS_POSIX_ACL=y
16341634
CONFIG_EROFS_FS=y
1635+
CONFIG_EROFS_FS_XATTR=y
1636+
CONFIG_EROFS_FS_SECURITY=y
16351637
CONFIG_EXPORTFS=y
16361638
# CONFIG_EXPORTFS_BLOCK_OPS is not set
16371639
CONFIG_FILE_LOCKING=y

0 commit comments

Comments
 (0)