Co-authored-by: Jonah Aragon <jonah@triplebit.net>
Signed-off-by: kimg45 <138676274+kimg45@users.noreply.github.com>
This commit is contained in:
kimg45 2024-09-18 18:46:35 -05:00 committed by GitHub
parent b6b04c4289
commit e6c51b6692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,6 +207,7 @@ If an app is sandboxed, you should see
```
If you find that the app you want to run is not sandboxed, then you may employ methods of [compartmentalization](../basics/common-threats.md#security-and-privacy) such as virtual machines or separate devices, use a similar app that is sandboxed, or choose to not use the unsandboxed app altogether.
##### Hardened Runtime
The [Hardened Runtime](https://developer.apple.com/documentation/security/hardened_runtime) is an extra protection for apps that prevents certain classes of exploits. It improves the security of apps against exploitation by disabling certain features like JIT.