[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41202: Remove restricted entitlements



Title: GitLab

morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 4d4e1380
    by Nicolas Vigier at 2024-08-06T15:43:19+02:00
    Bug 41202: Remove restricted entitlements
    
    Remove the following restricted entitlements:
     * com.apple.application-identifier
     * com.apple.developer.web-browser.public-key-credential
    
    https://searchfox.org/mozilla-central/source/tools/signing/macos/mach_commands.py#656
    

1 changed file:

Changes:

  • tools/signing/macos-entitlements/firefox.browser.xml
    ... ... @@ -23,12 +23,5 @@
    23 23
     
    
    24 24
         <!-- For SmartCardServices(7) -->
    
    25 25
         <key>com.apple.security.smartcard</key><true/>
    
    26
    -
    
    27
    -    <!-- Required for com.apple.developer.web-browser.public-key-credential -->
    
    28
    -    <key>com.apple.application-identifier</key>
    
    29
    -    <string>43AQ936H96.org.mozilla.firefox</string>
    
    30
    -
    
    31
    -    <!-- For platform passkey (webauthn) support -->
    
    32
    -    <key>com.apple.developer.web-browser.public-key-credential</key><true/>
    
    33 26
       </dict>
    
    34 27
     </plist>

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits