Skip to content

Commit

Permalink
Block shutdownHooks and setIO in DAC/miscellaneous by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MeGysssTaa committed Jun 20, 2020
1 parent a17e375 commit 999886c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/config/runtimeprotect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,11 @@ domain_access_control:
- DENY ALL createClassLoader
- DENY ALL setContextClassLoader
- DENY ALL enableContextClassLoaderOverride
- DENY ALL closeClassLoader
- DENY ALL setSecurityManager
- DENY ALL createSecurityManager
- DENY ALL shutdownHooks
- DENY ALL setIO
- DENY ALL usePolicy
- DENY ALL setDefaultAuthenticator
- DENY ALL requestPasswordAuthentication
Expand Down

0 comments on commit 999886c

Please sign in to comment.