On Wed, 12 Jun 2024 14:23:07 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:

>> Kevin Walls has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   udpates
>
> test/jdk/javax/management/remote/mandatory/notif/policy.negative line 7:
> 
>> 5:     permission javax.management.MBeanPermission 
>> "[domain:type=NB,name=2]", "addNotificationListener";
>> 6:     permission javax.management.MBeanPermission "*", 
>> "removeNotificationListener";
>> 7:     permission javax.security.auth.AuthPermission "doAs";
> 
> I suspect that this means a doPrivileged is missing somewhere. We should not 
> require the application to posess new permissions.

I think Daniel is right, can you remove this permission and paste in the debug 
output to see where this is happening?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/19624#discussion_r1636587055

Reply via email to