mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 21:01:34 -05:00
add bold
This commit is contained in:
parent
acc4054bf3
commit
7c7388f760
@ -121,7 +121,7 @@ You should set Finder to always [show all file extensions](https://support.apple
|
||||
|
||||
There are two types of [system extensions](https://support.apple.com/en-us/120363) on macOS: legacy system extensions (also known as kernel extensions) and system extensions. Kernel extensions modify the actual kernel, giving the software extremely low-level access to your system. These are very dangerous and in fact you need to lower your security policy to even load them. They're being phased out more and more with every version of macOS.
|
||||
|
||||
Newer system extensions don't directly modify the kernel, but they use APIs that give them lower level access to your system than regular apps. You should be very cautious with these as well and only allow them when absolutely necessary.
|
||||
Newer system extensions don't directly modify the kernel, but they use APIs that give them lower level access to your system than regular apps. You should be very cautious with these as well and only allow them when **absolutely necessary**.
|
||||
|
||||
## Apps Requiring Admin
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user