Package nachos.security

Provides classes that can be used to protect the host system from malicious Nachos kernels.

See:
          Description

Interface Summary
Privilege.InterruptPrivilege An interface that provides access to some private Interrupt methods.
Privilege.MachinePrivilege An interface that provides access to some private Machine methods.
Privilege.ProcessorPrivilege An interface that provides access to some private Processor methods.
Privilege.TCBPrivilege An interface that provides access to some private TCB methods.
 

Class Summary
NachosSecurityManager Protects the environment from malicious Nachos code.
Privilege A capability that allows privileged access to the Nachos machine.
 

Package nachos.security Description

Provides classes that can be used to protect the host system from malicious Nachos kernels.