Versions Compared

Key

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

...

ENV01-EX0: Independent groups of privileged code and associated security-sensitive code (a "group" hereafter) may be placed in separate sealed packages and even in separate jar files, as long as subject to certain enabling conditions are met. These conditions are:

  • The code in any one of these independent groups lacks must lack any dynamic or static dependency on any of the code in any of the other groups. This means that code from one such group cannot cannot invoke code from any of the others, whether directly or transitively.
  • All code from any single group is contained within one or more sealed packages.
  • All code from any single group is contained within a single signed jar file.

...