mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-31 23:36:12 +00:00
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:
parent
b9053f2e74
commit
0bf4caf482
@ -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
|
||||
|
@ -1 +1 @@
|
||||
49
|
||||
50
|
||||
|
Loading…
Reference in New Issue
Block a user