Skip to content

Commit

Permalink
Fix entitlement URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
hneiva committed Oct 18, 2023
1 parent c063c01 commit aa14a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions signing-manifests/nightly-pprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ hardened-sign-config:
- deep: false
runtime: true
force: true
entitlements: security/mac/hardenedruntime/v2/production/plugin-container.xml
entitlements: https://hg.mozilla.org/mozilla-central/raw-file/tip/security/mac/hardenedruntime/v2/production/plugin-container.xml
globs:
- "/Contents/MacOS/plugin-container.app"

- deep: false
runtime: true
force: true
entitlements: security/mac/hardenedruntime/v2/production/media-plugin-helper.xml
entitlements: https://hg.mozilla.org/mozilla-central/raw-file/tip/security/mac/hardenedruntime/v2/production/media-plugin-helper.xml
globs:
- "/Contents/MacOS/media-plugin-helper.app"

Expand All @@ -42,7 +42,7 @@ hardened-sign-config:
- deep: false
runtime: true
force: true
entitlements: security/mac/hardenedruntime/v2/production/browser.xml
entitlements: https://github.com/mozilla-releng/adhoc-signing-blobs/raw/hneiva/nightly-pprofile/browser.xml
globs:
- "/Contents/MacOS/firefox-bin"
- "/" # The .app
Expand Down

0 comments on commit aa14a66

Please sign in to comment.