RFR: 8338411: Implement JEP 486: Permanently Disable the Security Manager [v3]
Roger Riggs
rriggs at openjdk.org
Thu Oct 24 18:37:38 UTC 2024
On Wed, 23 Oct 2024 21:54:25 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> test/jdk/java/lang/RuntimeTests/exec/ExecCommand.java line 241:
>>
>>> 239: Properties props = System.getProperties();
>>> 240: props.setProperty(JDK_LANG_PROCESS_ALLOW_AMBIGUOUS_COMMANDS, "");
>>> 241: System.setSecurityManager(new SecurityMan());
>>
>> I assume SecurityMan should be removed too.
>
> Yes, and the comments that say "no SM" should be updated. @RogerRiggs can you take a look at this? Thanks.
Fix to ExecCommand pushed to the sandbox.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21498#discussion_r1815540092
More information about the nio-dev
mailing list