Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wiki Markup
The default {{SecurityManager}} checks whether the caller of a particular method has sufficient permissions to proceed with an action. An action is a level of access, for instance, the actions for {{java.io.FilePermission}} are "read", "write", "execute", and "delete" \[[Sun 062006|AA. Java References#Sun 06]\]. The Permission Descriptions and Risks guide \[[Permissions 082008|AA. Java References#Permissions 08]\] enumerates the default permissions and the risks associated with granting these permissions to Java code. 

...

References

Wiki Markup
\[[API 062006|AA. Java References#API 06]\] [Class SecurityManager|http://java.sun.com/javase/6/docs/api/java/lang/SecurityManager.html]
\[[Oaks 012001|AA. Java References#Oaks 01]\] Chapter 5: The Access Controller, "Permissions"
\[[Policy 022002|AA. Java References#Policy 02]\]
\[[Sun 062006|AA. Java References#Sun 06]\] [Permission Descriptions and Risks|http://java.sun.com/javase/6/docs/technotes/guides/security/permissions.html]
\[[MITRE 072007|AA. Java References#MITRE 07]\]  [CWE-732|http://cwe.mitre.org/data/definitions/732.html], "Incorrect Permission Assignment for Critical Resource"

...