skip book previous and next navigation links
go up to top of book: HP OpenVMS Guide to System Security HP OpenVMS Guide to System Security
go to beginning of part: Security Overview Security Overview
go to beginning of chapter: OpenVMS Security Model OpenVMS Security Model
 
go to next page: Implementation of the Reference MonitorImplementation of the Reference Monitor
end of book navigation links

Structure of a Secure Operating System  



In the late 1960s, a great deal of research and development was dedicated to the problem of achieving security in multiuser computer systems. Much of the development work involved attempts to find all the things that could go wrong with a system's security and then to correct those flaws one by one. It became apparent to the researchers that this process was ineffective; effective system security could result only from a basic model of the structure of a secure computer system. The reference monitor concept was proposed as such a model and gained wide acceptance.

Reference Monitor Concept  

According to the reference monitor concept, a computer system can be depicted in terms of subjects, objects, an authorization database, an audit trail, and a reference monitor, as shown in Reference Monitor. The reference monitor is the control center that authenticates subjects and implements and enforces the security policy for every access to an object by a subject.  

Figure 1  Reference Monitor  
Reference Monitor

The following table describes the elements shown in Reference Monitor:

Item Element Description
1
Subjects
Active entities, such as user processes, that gain access to information on behalf of people.
2
Objects
Passive repositories of information to be protected, such as files.
3
Authorization database
Repository for the security attributes of subjects and objects. From these attributes, the reference monitor determines what kind of access (if any) is authorized.
4
Audit trail
Record of all security-relevant events, such as access attempts, successful or not.

How the Reference Monitor Enforces Security Rules  

The reference monitor enforces the security policy by authorizing the creation of subjects, by granting subjects access to objects based on the information in a dynamic authorization database, and by recording events, as necessary, in the audit trail. In an ideal system, the reference monitor must meet the following three requirements:

These are the requirements proposed for systems that are secure even against penetration. In such systems, the reference monitor is implemented by a security-related subset, or security kernel, of the operating system.


 
go to next page: Implementation of the Reference MonitorImplementation of the Reference Monitor