diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-06-29 00:51:41 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-07-01 13:39:25 +0300 |
commit | e222660bc8cefe39c63a1d558c35481eeb2deb92 (patch) | |
tree | dea26a173234162e2975e0cf4881f43f61f41493 | |
parent | 9296d8970a904f2a75f60824ade274c3587a8910 (diff) | |
download | upstream-e222660bc8cefe39c63a1d558c35481eeb2deb92.tar.gz upstream-e222660bc8cefe39c63a1d558c35481eeb2deb92.tar.bz2 upstream-e222660bc8cefe39c63a1d558c35481eeb2deb92.zip |
qoriq: enable HARDENED_USERCOPY
The random crashes observed with HARDENED_USERCOPY enabled no longer
seem to occur. Enable HARDENED_USERCOPY to improve security.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
(cherry picked from commit 61587c92425ecdcabb82a6c81cff698a23ffb049)
-rw-r--r-- | target/linux/qoriq/config-5.10 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/qoriq/config-5.10 b/target/linux/qoriq/config-5.10 index a6ca389838..6bdcd63b14 100644 --- a/target/linux/qoriq/config-5.10 +++ b/target/linux/qoriq/config-5.10 @@ -166,7 +166,6 @@ CONFIG_GPIO_GENERIC=y CONFIG_GPIO_MPC8XXX=y CONFIG_GRO_CELLS=y # CONFIG_HANGCHECK_TIMER is not set -# CONFIG_HARDENED_USERCOPY is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT_MAP=y |