-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add entitlements support #4
Comments
Dumb question. Is this for example to access the camera or microphone? |
Yep! For more information on entitlements see: For the documentation on formatting them and common notarization issues see: |
Thanks @spiffcs wil try this out and try to extend to support entitlements |
So depending on what’s in the entitlements some extra signing needs to occur ? Sorry I am not that family with Mac and signing . i have a .app with entitlement plist to a access things like camera and mic . thanks in advance . |
To avoid duplicated work/efforts, I've started adding entitlement support in https://github.com/cfergeau/quill/tree/entitlements |
With the abstraction work done in the previous commit, adding support for entitlements is now fairly straightforward, just need to build the entitlements blob and hashes using user-provided XML data. This fixes anchore#4 Signed-off-by: Christophe Fergeau <[email protected]>
With the abstraction work done in the previous commit, adding support for entitlements is now fairly straightforward, just need to build the entitlements blob and hashes using user-provided XML data. This fixes anchore#4 Signed-off-by: Christophe Fergeau <[email protected]>
With the abstraction work done in the previous commit, adding support for entitlements is now fairly straightforward, just need to build the entitlements blob and hashes using user-provided XML data. This fixes anchore#4 Signed-off-by: Christophe Fergeau <[email protected]>
With the abstraction work done in the previous commit, adding support for entitlements is now fairly straightforward, just need to build the entitlements blob and hashes using user-provided XML data. This fixes anchore#4 Signed-off-by: Christophe Fergeau <[email protected]>
What would you like to be added:
Support the same ability as
cosign --entitlements <xml-file>
where the input would be an XML Plist which entitlements the app needs to run.The text was updated successfully, but these errors were encountered: