diff options
Diffstat (limited to 'abs/extra/hardening-wrapper/hardening-wrapper-x86_64.conf')
-rw-r--r-- | abs/extra/hardening-wrapper/hardening-wrapper-x86_64.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/extra/hardening-wrapper/hardening-wrapper-x86_64.conf b/abs/extra/hardening-wrapper/hardening-wrapper-x86_64.conf new file mode 100644 index 0000000..15d4fd1 --- /dev/null +++ b/abs/extra/hardening-wrapper/hardening-wrapper-x86_64.conf @@ -0,0 +1,6 @@ +HARDENING_BINDNOW=0 +HARDENING_PIE=1 +HARDENING_FORTIFY=2 +HARDENING_RELRO=1 +HARDENING_STACK_CHECK=1 +HARDENING_STACK_PROTECTOR=2 |