Re: macOS hardened runtime issue - missing entitlements

2020-05-13 Thread Philip Race
Yes, we've read that page too :-) The microphone is the only one that I am sure OpenJDK Java APIs need. I don't think access to the calendar or address book is needed since I expect it implies using macOS APIs we do not expose. -phil. On 5/13/20, 9:15 AM, Adrián Ruiz Arroyo wrote: I mentioned th

Re: macOS hardened runtime issue - missing entitlements

2020-05-13 Thread Adrián Ruiz Arroyo
I mentioned the camera as an example: there might be other resources with restricted access and accessible through Java APIs that are being blocked, but I’ve only confirmed the microphone as I use it everyday for testing. There is a list of resources here: https://developer.apple.com/documentat

Re: macOS hardened runtime issue - missing entitlements

2020-05-13 Thread Philip Race
What OpenJDK functionality are you using that provides camera access ? I know of no such API. -phil. On 5/13/20, 1:18 AM, Adrián Ruiz Arroyo wrote: Hello, I filled an issue a few days ago (https://github.com/AdoptOpenJDK/openjdk-build/issues/1720

Re: macOS hardened runtime issue - missing entitlements

2020-05-13 Thread Erik Joelsson
Hello Adrián, Your assessment seems correct and we are looking into it. /Erik On 2020-05-13 01:18, Adrián Ruiz Arroyo wrote: Hello, I filled an issue a few days ago (https://github.com/AdoptOpenJDK/openjdk-build/issues/1720 ) about

macOS hardened runtime issue - missing entitlements

2020-05-13 Thread Adrián Ruiz Arroyo
Hello, I filled an issue a few days ago (https://github.com/AdoptOpenJDK/openjdk-build/issues/1720 ) about restrictions on access to some resources when running a Java .jar (tested microphone, but suspect there are more resources invol

macOS hardened runtime issue - missing entitlements

2020-04-30 Thread Adrián Ruiz Arroyo
Hello, Yesterday I filled an issue (https://github.com/AdoptOpenJDK/openjdk-build/issues/1720 ) about restrictions on access to some resources when running a Java .jar (tested microphone, but suspect there are more resources involved,