Merge pull request #698 from mythi/stackprotector

kernel: enable STACKPROTECTOR configs in security.conf
This commit is contained in:
Jose Carlos Venegas Munoz
2019-09-13 11:49:43 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
49 50