Skip to content
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

Fix doPrivilegedWithCombiner(action) context for domainCombiner access #15871

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

JasonFengJ9
Copy link
Member

Fix doPrivilegedWithCombiner(action) context for domainCombiner access

Fixed doPrivilegedWithCombiner(action) with AccessControlContext created via doPrivilegedWithCombinerHelper();
Fixed the doPrivilegedWithCombiner test to perform permission check according to the caller's protection domain, not the upper doPrivileged AccessControlContext.

closes #14803
related to internal workitem

Manually verified the test in question, and also run internal personal build

Signed-off-by: Jason Feng fengj@ca.ibm.com

Fixed doPrivilegedWithCombiner(action) with AccessControlContext created
via doPrivilegedWithCombinerHelper();
Fixed the doPrivilegedWithCombiner test to perform permission check
according to the caller's protection domain, not the upper doPrivileged
AccessControlContext.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
@pshipton
Copy link
Member

Merging based on the internal testing.

@pshipton pshipton merged commit df2f3a3 into eclipse-openj9:master Sep 12, 2022
@JasonFengJ9 JasonFengJ9 deleted the doprivdc branch September 12, 2022 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JDK18 jdk_security4_0_FAILED sun/security/krb5/auto/BasicProc.java Exception: Proc abnormal end
2 participants