package/libselinux: enable kernel selinux support for ext3 images
If BR2_TARGET_ROOTFS_EXT2_3 is selected, enable the following kernel options: - CONFIG_EXT3_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
856b997b18
commit
2ccabaa405
@ -118,6 +118,8 @@ define LIBSELINUX_LINUX_CONFIG_FIXUPS
|
||||
$(if $(BR2_TARGET_ROOTFS_EXT2),
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_EXT2_FS_XATTR)
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_EXT2_FS_SECURITY))
|
||||
$(if $(BR2_TARGET_ROOTFS_EXT2_3),
|
||||
$(call KCONFIG_ENABLE_OPT,CONFIG_EXT3_FS_SECURITY))
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
Loading…
Reference in New Issue
Block a user