mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-01-09 05:31:33 -05:00
add restricted column info
This commit is contained in:
parent
d2023812c5
commit
671bbb5c9a
@ -37,6 +37,8 @@ If the app is sandboxed, you will see
|
|||||||
[Bool] true
|
[Bool] true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can enable a column in Activity Monitor called "Restricted" which is a flag that prevents programs from injecting code via macOS's [dynamic linker](https://pewpewthespells.com/blog/blocking_code_injection_on_ios_and_os_x.html). Ideally, this should say "Yes".
|
||||||
|
|
||||||
## Hardened Runtime
|
## Hardened Runtime
|
||||||
|
|
||||||
The [Hardened Runtime](https://developer.apple.com/documentation/security/hardened_runtime) is an optional security feature that developers can enable that makes an app more resistant to exploitation. It prevents certain classes of exploits, like code injection, dynamically linked library (DLL) hijacking, and process memory space tampering.
|
The [Hardened Runtime](https://developer.apple.com/documentation/security/hardened_runtime) is an optional security feature that developers can enable that makes an app more resistant to exploitation. It prevents certain classes of exploits, like code injection, dynamically linked library (DLL) hijacking, and process memory space tampering.
|
||||||
|
Loading…
Reference in New Issue
Block a user