Преглед изворни кода

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 недеља
родитељ
комит
80aaf575a6
1 измењених фајлова са 0 додато и 4 уклоњено
  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>