diff options
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 |