瀏覽代碼

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>