Sfoglia il codice sorgente

Remove unnecessary server and USB entitlements.

Trim the sandbox scope to least privilege by keeping only capabilities required for current scanning, printing, contacts, and file workflows.

Co-authored-by: Cursor <cursoragent@cursor.com>
Hussain Afzal 2 settimane fa
parent
commit
80aaf575a6
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      smart_printer/smart_printer.entitlements

+ 0 - 4
smart_printer/smart_printer.entitlements

@@ -10,15 +10,11 @@
 	<true/>
 	<key>com.apple.security.network.client</key>
 	<true/>
-	<key>com.apple.security.network.server</key>
-	<true/>
 	<key>com.apple.security.print</key>
 	<true/>
 	<key>com.apple.security.personal-information.addressbook</key>
 	<true/>
 	<key>com.apple.security.device.scanner</key>
 	<true/>
-	<key>com.apple.security.device.usb</key>
-	<true/>
 </dict>
 </plist>