mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-26 11:13:40 +00:00
Merge pull request #698 from mythi/stackprotector
kernel: enable STACKPROTECTOR configs in security.conf
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
# Let's enable stack protection checks, and strong checks
|
# Let's enable stack protection checks, and strong checks
|
||||||
# Estimated cost (detailed in the kernel config files)
|
# Estimated cost (detailed in the kernel config files)
|
||||||
# is maybe 2.3% for both
|
# is maybe 2.3% for both
|
||||||
CONFIG_STACKPROTECTOR
|
CONFIG_STACKPROTECTOR=y
|
||||||
CONFIG_STACKPROTECTOR_STRONG
|
CONFIG_STACKPROTECTOR_STRONG
|
||||||
|
@@ -1 +1 @@
|
|||||||
49
|
50
|
||||||
|
Reference in New Issue
Block a user