diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-15 14:31:37 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-09-15 14:31:37 -0300 |
commit | fc5c5b349fa3fcbe2d41b213c5c153cde9e9339a (patch) | |
tree | 9e92bbfec33ff71c807c89c299988a6544a0951c /libre-testing/linux-libre/config.i686 | |
parent | 700e1a87e62fb2c3f9a2dc3720c4e16a46fc9447 (diff) | |
download | abslibre-fc5c5b349fa3fcbe2d41b213c5c153cde9e9339a.tar.gz abslibre-fc5c5b349fa3fcbe2d41b213c5c153cde9e9339a.tar.bz2 abslibre-fc5c5b349fa3fcbe2d41b213c5c153cde9e9339a.zip |
linux-libre-3.11.1-1: updating version on libre-testing
* disable CONFIG_EFI_VARS
* add yama support to configs
Diffstat (limited to 'libre-testing/linux-libre/config.i686')
-rw-r--r-- | libre-testing/linux-libre/config.i686 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre-testing/linux-libre/config.i686 b/libre-testing/linux-libre/config.i686 index 65bb11f0a..a19c09d75 100644 --- a/libre-testing/linux-libre/config.i686 +++ b/libre-testing/linux-libre/config.i686 @@ -5661,9 +5661,7 @@ CONFIG_ISCSI_IBFT=m # # EFI (Extensible Firmware Interface) Support # -CONFIG_EFI_VARS=m -CONFIG_EFI_VARS_PSTORE=m -CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=y +# CONFIG_EFI_VARS is not set # # File systems @@ -6186,10 +6184,12 @@ CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/usr/bin/tomoyo-init" CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/usr/lib/systemd/systemd" CONFIG_SECURITY_APPARMOR=y CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0 -# CONFIG_SECURITY_YAMA is not set +CONFIG_SECURITY_YAMA=y +CONFIG_SECURITY_YAMA_STACKED=y # CONFIG_IMA is not set # CONFIG_DEFAULT_SECURITY_TOMOYO is not set # CONFIG_DEFAULT_SECURITY_APPARMOR is not set +# CONFIG_DEFAULT_SECURITY_YAMA is not set CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_DEFAULT_SECURITY="" CONFIG_XOR_BLOCKS=m |