mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 21:01:34 -05:00
add extension info
This commit is contained in:
parent
473277a745
commit
9183a984b1
@ -178,6 +178,8 @@ There are two types of [system extensions](https://support.apple.com/en-us/12036
|
|||||||
|
|
||||||
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**.
|
||||||
|
|
||||||
|
Removing an app doesn't remove the system extensions associated with it. You can use the `systemextensionctl` command to list and manage extensions. You may need to disable SIP before you can remove extensions.
|
||||||
|
|
||||||
## Apps Requiring Admin
|
## Apps Requiring Admin
|
||||||
|
|
||||||
Be careful installing apps that require Administrator privileges to run, you're giving them a lot of power in your system.
|
Be careful installing apps that require Administrator privileges to run, you're giving them a lot of power in your system.
|
||||||
|
Loading…
Reference in New Issue
Block a user