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

沙箱安全机制 #27

Open
JoeMinty opened this issue Nov 24, 2020 · 0 comments
Open

沙箱安全机制 #27

JoeMinty opened this issue Nov 24, 2020 · 0 comments

Comments

@JoeMinty
Copy link
Owner

java安全模型的核心就是Java沙箱(sandbox)

沙箱主要限制系统资源访问

沙箱是一个限制程序运行的环境。沙箱机制就是将Java代码限定在JVM特定的运行范围中,并且严格限制代码对本地系统资源访问,通过这样的措施来保证对代码的有效隔离,防止对本地系统造成破坏。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant