kernel: enable STACKPROTECTOR configs in security.conf

As per the comments in security.conf, the intention was to
enable STACKPROTECTOR and STACKPROTECTOR_STRONG.

The current config leaves them unset in the final .config
and also prevents other fragments from overriding the setting.

Set both to =y as indicated in the comments.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2019-09-04 10:17:28 +03:00
parent b9053f2e74
commit 0bf4caf482
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
# Let's enable stack protection checks, and strong checks
# Estimated cost (detailed in the kernel config files)
# is maybe 2.3% for both
CONFIG_STACKPROTECTOR
CONFIG_STACKPROTECTOR=y
CONFIG_STACKPROTECTOR_STRONG

View File

@ -1 +1 @@
49
50