summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--features/security/security.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/security/security.cfg b/features/security/security.cfg
index ed84453..3712d1e 100644
--- a/features/security/security.cfg
+++ b/features/security/security.cfg
@@ -1,5 +1,6 @@
# Protect against ioctl buffer overflows
CONFIG_HARDENED_USERCOPY=y
+# CONFIG_HARDENED_USERCOPY_FALLBACK is not set
# Check for memory copies that might overflow a structure in str*() and mem*()
# functions both at build-time and run-time