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