Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何为 JVM 指定将应用于其中执行的每个程序的安全策略。
更新 JVM 的默认 java 安全策略文件:
https://docs.oracle.com/javase/8/docs/technotes/guides/security/PolicyFiles.html
或者,如果您想为每个应用程序使用不同的策略文件,则需要通过将以下设置添加到 java 命令来定义启动时的策略:
-Djava.security.manager -Djava.security.policy=/path/to/app.policy