lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241009142222.1489500-1-christian.bruel@foss.st.com>
Date: Wed, 9 Oct 2024 16:22:21 +0200
From: Christian Bruel <christian.bruel@...s.st.com>
To: <linux@...linux.org.uk>
CC: <linux-arm-kernel@...ts.infradead.org>, <linux-kernel@...r.kernel.org>,
        <christian.bruel@...s.st.com>, <alexandre.torgue@...s.st.com>
Subject: [PATCH 0/1] Fix protection fault during kernel relocation

A trusted boot firmware might set the CTLR.WWN bits, preventing execution
of the relocated code treated as XN permission.
Another solution to clear the CTLR.WXN and CTLR.UWXN bits but would open a
security breach.

Best is probably just not to use the Client access domain here.

thanks,

Christian Bruel (1):
  ARM: decompressor: Use Domain Manager Access permissions

 arch/arm/boot/compressed/head.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ