diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2020-07-18 08:01:54 -0500 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-08-31 01:15:41 +0100 |
commit | aee58d52ce616fc1d74c15fec01e751e9c2c1dd5 (patch) | |
tree | 611add95055e4978b0a2bd8dcd2cbe6b1c6b2aa3 /config | |
parent | 1aa71833fe875b0a5b48a64dc8c0775b490ee37f (diff) | |
download | upstream-aee58d52ce616fc1d74c15fec01e751e9c2c1dd5.tar.gz upstream-aee58d52ce616fc1d74c15fec01e751e9c2c1dd5.tar.bz2 upstream-aee58d52ce616fc1d74c15fec01e751e9c2c1dd5.zip |
build: add support for SELinux to include/image.mk
This allows the build process to prepare a squashfs filesystem for use
with SELinux.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[rebase, add commit message]
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 499f84690f..fc94f4d45e 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -328,4 +328,14 @@ menu "Global build settings" bool "Full" endchoice + config TARGET_ROOTFS_SECURITY_LABELS + bool "Enable rootfs security labels" + select KERNEL_SQUASHFS_XATTR + select KERNEL_EXT4_FS_SECURITY + select KERNEL_F2FS_FS_SECURITY + select KERNEL_UBIFS_FS_SECURITY + select KERNEL_JFFS2_FS_SECURITY + select PACKAGE_refpolicy + help + This option enables the usage of SELinux labels endmenu |