-
Notifications
You must be signed in to change notification settings - Fork 2
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
Review permissions needed #133
Comments
Re |
Looks good to me. |
Not really. This issue is about File permissions of the Security Manager (read, write, delete access) and #122 is about the size of the files generated by the Playground while processing. I don't think the Security Manager can set size limits; that must be implemented in the code I think. |
+1 for 330eff0 |
Regarding the permissions preset in .java.policy_move_to_home_dir:
Do we really need these permissions on the whole installation directory recursively?
Looks like only the subdirectory
${user.home}/.m2/-
needs to be readable.There might be other files and subdirectories in
${user.home}
which do not need and should not be readable.The text was updated successfully, but these errors were encountered: