Skip to content

Commit 3a424fd

Browse files
appcypherslp
authored andcommitted
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. Signed-off-by: Stephen Akinyemi <appcypher@outlook.com>
1 parent fad43a1 commit 3a424fd

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)