package/libselinux: enable kernel selinux support for f2fs images
If BR2_TARGET_ROOTFS_F2FS is selected, enable the following kernel options: - CONFIG_F2FS_FS_XATTR - CONFIG_F2FS_FS_SECURITY Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
aae170c468
commit
664c370d0b
@ -122,6 +122,9 @@ define LIBSELINUX_LINUX_CONFIG_FIXUPS
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_EXT3_FS_SECURITY))
|
||||
$(if $(BR2_TARGET_ROOTFS_EXT2_4),
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_EXT4_FS_SECURITY))
|
||||
$(if $(BR2_TARGET_ROOTFS_F2FS),
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_F2FS_FS_XATTR)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_F2FS_FS_SECURITY))
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
Reference in New Issue
Block a user