Information handling system, method, and article of manufacture including object system authorization and registration

Information

  • Patent Grant
  • 5765153
  • Patent Number
    5,765,153
  • Date Filed
    Wednesday, January 3, 1996
    28 years ago
  • Date Issued
    Tuesday, June 9, 1998
    26 years ago
Abstract
A system, method and article of manufacture, for improving object security in distributed object systems, in an information handling system employing object oriented technology, includes one or more processors, a storage system, a system bus, a display sub-system controlling a display device, a cursor control device, an I/O controller for controlling I/O devices, all connected by system bus an operating system such as the OS/2* operating system program (OS/2 is a registered trademark of International Business Machines Corporation), one or more application programs for executing user tasks and an object oriented control program, such as, DSOM Objects program, which is a commercially available product of International Business Machines Corporation, the object oriented control program including a system authorization policy (SAP) object, a system authorization oracle (SAO) object, and a system registration object (SRO). The SAP object encapsulates management of a resource authorization policy. It may also be used to retrieve security attributes of objects in order to perform access checking. An object's security attribute includes the access control list (ACL) governing access to the object. The SAP object is also used to retrieve and manipulate user capabilities in an environment that is capability based for access authorization. A user capability enlists the object that the user has access to, along with the corresponding access types or permissions. A capability is the transpose of an access control list (ACL) in the global access matrix modeling user access to protected objects.
Description

TECHNICAL FIELD OF THE INVENTION
The present invention relates to information handling systems, methods and articles of manufacture, and more particularly to information handling systems, methods and articles of manufacture including system authorization and registration objects for enhancing security in an object oriented system.
BACKGROUND OF THE INVENTION
There is a need to improve security in object oriented systems. Many modern security systems are based on the reference monitor concept for subject authentication and resource access control. A reference monitor is the system's component that mediates each access of a subject to a resource in accordance with an underlying security policy. The policy which is generally implemented in the form of attributes associated with a registry of subjects and a registry of resources, along with a set of rules expressing the relationships between the entities of the two registries. The reference monitor acts as a single point of control for the security information and allows for its isolation from application programs with the goal of maintaining the integrity and the prevention of the policy from outside tampering.
Enforcing the reference monitor concept in procedural systems is well known. However, implementing the reference monitor concept in object oriented systems has not been achieved by any prior art known to the inventors.
In implementing the reference monitor concept in object oriented systems, a coherent method for application programs and security administers must be implemented to invoke appropriate mechanisms to request different security services in a style which maintains the reference monitor concept. Requested security services could be for managing a resource access policy (resources being object instances), inquiring as to resource access decisions, or for the subject registry.
PRIOR ART
In the prior art there are many techniques for improving object oriented programming systems (OOPS).
The following are examples of the prior art.
U.S. Pat. No. 4,525,780 teaches a data processing system having a memory organized into objects, where the system uses a protection technique to prevent unauthorized access to objects by users which are identified by a subject number identifying the user, a process for executing a user's procedure and the type of system operation to be performed by the user's procedure. An access control list is maintained to control access to objects based on subject identifier.
U.S. Pat. No. 5,136,712 teaches an object based operating system for a multitasking computer system including means for making an object private to a process. Access to a private object is controlled by an access control list.
U.S. Pat. No. 5,265,221 teaches an access control mechanism for granting, revoking, and denying authorization to objects using a system of verbs, parameters, attributes and functions.
U.S. Pat. No. 5,297,283 and U.S. Pat. No. 5,321,841 appear to teach the same system as U.S. Pat. No. 5,136,712 discussed above.
U.S. Pat. No. 5,093,914 generally teaches a method used by a digital computer in controlling execution of an object oriented program to effect a defined action, for example, stopping the program when a specified virtual function is invoked on a specified object during execution of the program.
U.S. Pat. No. 5,343,554 teaches a computing system in which problems are solved by a process which includes creating objects of first and second classes wherein the second class objects are externally invocable and where the externally invocable sub-class objects include an indication of an internally invocable sub-class object and executing the class of objects wherein one externally invocable sub-object invokes the internally invocable sub-object and a new object of the first class is generated in response to the results.
Although the patents generally deal with methods for protecting access to objects in object oriented programs, the patents do not teach nor suggest the implementation of a reference monitor in an object oriented system as is taught and claimed herein with reference with the present invention.
There is a need to automatically add object services features, for example, persistence, recoverability, concurrency and security to a binary class. A related copending patent application Ser. No. 08/537,648 (AT995-092) teaches and claims automatically inserting object services into binary classes in an object oriented system. The teaching of U.S. patent application Ser. No. 08/537,648 are incorporated by reference herein. Sometimes the source code of a class is not available for modification. Even when the source code is available, a considerable reprogramming effort is required to add the object services features.
SUMMARY OF THE INVENTION
It is an object of the present invention to improve object security in distributed object systems by implementing a reference monitor in an object oriented system.
Accordingly, a system, method and article of manufacture, for improving object security in distributed object systems, in an information handling system employing object oriented technology, includes, includes one or more processors, a storage system, a system bus, a display sub-system controlling a display device, a cursor control device, an I/O controller for controlling I/O devices, all connected by system bus an operating system such as the OS/2* operating system program (OS/2 is a registered trademark of International Business Machines Corporation), one or more application programs for executing user tasks and an object oriented control program, such as, DSOM Objects program, which is a commercially available product of International Business Machines Corporation, the object oriented control program including a system authorization policy (SAP) object, a system authorization oracle (SAO) object, and a system registration object (SRO). The SAP object encapsulates management of a resource authorization policy. It may also be used to retrieve security attributes of objects in order to perform access checking. An object's security attribute includes the access control list (ACL) governing access to the object.
The SAP object is also used to retrieve and manipulate user capabilities in an environment that is capability based for access authorization. A user capability enlists the object that the user has access to, along with the corresponding access types or permissions. A capability is the transpose of an access control list (ACL) in the global access matrix modeling user access to protected objects.
It is an advantage of the present invention that object security in distributed object systems is improved by implementing a reference monitor in an object oriented system.





BRIEF DESCRIPTION OF THE DRAWINGS
FIG. 1 is a block diagram of a system implementing the present invention.
FIG. 2 is a block diagram showing the operating system platform and system object model program supporting the present invention.
FIG. 3 is a block diagram of a System Authorization Policy object according to the present invention.
FIG. 4 is a block diagram of an interface between a System Registration Object and prior art registries according to the present invention.
FIG. 5 illustrates the relationship between a system authorization article and the policy it implements according to the present invention.
FIG. 6 is an object interaction diagram which illustrates how the OSS mechanism uses the system authorization oracle to make access control decisions according to the present invention.
FIG. 7 illustrates the registry object model and the relationship between the registry and the privilege attribute service class according to the present invention.
FIG. 8 is an object model diagram which illustrates the relationship between system authorization oracles and system authorization policies according to the present invention.
FIG. 9 illustrates a visibility diagram which characterizes the system authorization policy object according to the present invention.
FIG. 10 is an object model diagram which illustrates the OSS authorization object inheritance hierarchy according to the present invention.





DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT OF THE INVENTION
Referring now to FIGS. 1 and 2, on information handling system 10 and an operating system environment for the present invention will be described.
Information handling system 10 may be a graphics work station or the like with one or more processors 12, a storage system 14, a system bus 16, display sub-system 18 controlling a display device 20, a cursor control device 22, and an I/O controller 24, all connected by system bus 16. The information handling system 10, shown in FIG. 1 may be operated by a commercially available well known multitasking operating system such as OS/2* (OS/2 is a registered trademark of International Business Machines Corporation). Among many tasks which the OS/2 operating system controls in operating information handling system 10, is execution of an object oriented program, such as, DSOM Objects program, which is a commercially available product of International Business Machines Corporation.
The method of the present invention may be incorporated in the DSOMObjects program.
In accordance with the present invention, access control to objects of a binary class are provided by the Secure object service. The Secure object service according to the present invention will be described.
The way the user specifies security is to specify the following constraints when searching for a class object:
name: secure
value: A boolean indicating whether the object is protected by access control checking.
name: ACL
value: If secure==TRUE, an access control list.
When granularity is per method, enforcement can be done either per method invocation or when a reference is first obtained (the capability approach). The capability approach can be implemented by building a security proxy object in the server for each combination of object and ACL (list of allowed methods) that has only the subset of methods that are allowed. The ORB (or at least the server object) would have to be modified to do this.
Three objects are added to the object security services (OSS) to request different security services such that the reference monitor concept is maintained. These objects are the system authorization policy object (SAP), the system authorization oracle (SAO), and the system registration object (SRO). The term "oracle" as used in this application is used to mean "overseer." The term in no way refers to Oracle Corporation or any of its products or services.
The SAP object encapsulates management of a resource authorization policy. It also may be used to retrieve security attributes of objects in order to perform access checking. An object security attribute consists primarily of the access control list (ACL) governing access to the object.
Further, the SAP object is also used to retrieve and manipulate user capabilities in an environment that is capability based for access authorization. A user capability enlists the objects that the user has access to, along with the corresponding access types or permissions. A capability is the transpose of an access control list in the global access matrix modeling user access to protected objects. Table I below illustrates an abstract access control matrix governing access to object1 and object2 by user1 and user2.
TABLE I______________________________________ object1 object2______________________________________user1 read, write, execute executeuser2 execute read, create______________________________________
A column of the access matrix corresponds to an ACL protecting an object whereas a row corresponds to some user's capability. Most access control systems are either capability or ACL based. In capability based systems, security attributes needed for access control are associated with users, and in ACL based systems, those attributes are associated with the protected objects.
The interfaces of the SAP object, however, allow for the entire access matrix abstraction to be managed and used in an environment that uses either the ACL mechanism, the capability mechanism alone, or a combination of both ACL and capability mechanisms, in which case the SAP interfaces will effect an ACL registry and a user's registry, respectively.
There is one SAP per address space which is generated during initialization of the kernel of the object oriented program. A reference to the SAP object becomes visible in the security component of the object oriented program.
The policy methods that the SAP object receives include the creation, modification, and the destruction of object ACLs and user capabilities.
Referring now to FIG. 3, further description of the implementation of the SAP object will be provided. The SAP object may act as ae wrapper around a distributed computing environment (DCE) ACL manager. Thus, the execution of the SAP methods causes a side effect on some underlying storage for a DCE ACL manager. The wrapping of the SAP object around the DCE ACL manager is an important factor in flexibility of integrating authorization with prior art systems. The SAP object is also used to retrieve capabilities stored in a user's registry which may be set up as a B-tree structure.
The System Authorization Oracle Object (SAO) encapsulates the process of the decision making at access checking time. The rationale for isolating this function from the system authorization policy objects (SAP) is to make it independent from underlying policy registry implementation mechanisms and enforce system integrity. As such, tampering with the access decision will not propagate to the policy registry. Tampering with the policy has a wider scope and lasts longer than effecting a run time decision for access by a particular object to a particular object.
The system registration object (SRO) shown in FIG. 4 is used to encapsulate the functionality of managing the subject registry in a preferred embodiment of the present invention. This includes the management of subject capability for environments that are capability based for authorization. In such environments, a user's capability enlists the objects to which the user is allowed access, along with the type of access that corresponds to the methods the user can execute. This registry will be mainly used for account creation, subject security attribute modification, and account deletion. In order to allow for integration flexibility, the SRO object can be used to provide for an object wrapper around an existing procedural registry such as the OSF DCEs. Furthermore, this can be a wrapper around a legacy registry such as the IBM MVS/RACF as indicated in FIG. 4.
The object security services (OSS) mechanism employs system authorization oracle (SAO) objects to decide whether users' messages are allowed or forbidden by the system security policy. A system authorization oracle makes authorization decisions but does not permit management of the policy which its decisions enforce. The interface through which other routines can request an authorization decision from a system authorization oracle is the "accessAllowed" method. The visibility view shown in FIG. 5 illustrates the relationship between a system authorization article and the policy it implements.
The object interaction diagram of FIG. 6 illustrates how the OSS mechanism uses the system authorization oracle to make access control decisions.
OSS also provides a registry object whose interfaces allow management of account and group objects. The registry object is a subclass of the OSS privilege attribute service run time class. The registry object provides interfaces for management of privilege attribute data and other account data while the privilege attribute service class provides query interfaces. The registry object model and the relationship between the registry and the privilege attribute service class is shown in FIG. 7.
Referring now to FIG. 8, an object model diagram is shown which illustrates the relationship between system authorization oracles and system authorization policies (SAP). A system authorization policy is a system authorization oracle with a policy management interface.
FIG. 9 is a visibility diagram which characterizes the system authorization policy object. SAP objects inherit authorization checking interface from SAO. They also allow management of authorization policy.
OSS defines a particular authorization policy object called the system authorization policy (SAP) which provides access-matrix based semantics and an access matrix management interface. FIG. 10 is an object model diagram which illustrates the OSS authorization object inheritance hierarchy. The SAP object is based on general access control abstraction known as an access matrix. Systems administrators may use its interface to implement and manage a wide range of existing authorization policies. OSS implementations with policy requirements which cannot be met by the access matrix abstraction may implement different authorization policy objects. Different OSS implementations may elect either to have one system authorization policy object per server process, one per host machine, or one per network domain.
It will be appreciated that although a specific embodiment of the present invention has been described herein for the purposes of illustration, various modifications may be made without departing from the spirit or scope of the invention.
Accordingly, the scope of this invention is limited only by the following claims and their equivalents.
Claims
  • 1. A method for improving system authorization and registration in an information handling system employing object oriented technology, comprising the steps of:
  • first building a system authorization policy object which encapsulates management of a resource authorization policy to an object oriented control program;
  • second building a system authorization oracle object which encapsulates the process of the decision making at access checking time; and
  • third building a system registration object which encapsulates management of a subject registry.
  • 2. A method according to claim 1, wherein said first building step further comprises the step of:
  • retrieving security attributes of objects in order to perform access checking.
  • 3. A method according to claim 1, wherein the second building step further comprises the step of:
  • isolating the system authorization oracle object from the system authorization policy object to make it independent from underlying policy registry implementation mechanisms and enforce system integrity.
  • 4. A method according to claim 1, wherein the third building step further comprises the step of:
  • managing subject capability for environments that are capability based for authorization.
  • 5. A computer readable medium comprising:
  • means for first building a system authorization policy object which encapsulates management of a resource authorization policy to an object oriented control program;
  • means for second building a system authorization oracle object which encapsulates the process of the decision making at access checking time; and
  • means for third building a system registration object which encapsulates management of a subject registry.
  • 6. A computer readable medium, according to claim 5, wherein said searching means further comprises:
  • means for retrieving security attributes of objects in order to perform access checking.
  • 7. A computer readable medium, according to claim 5, further comprising:
  • means for isolating the system authorization oracle object from the system authorization policy object to make it independent from underlying policy registry implementation mechanisms and enforce system integrity.
  • 8. A computer readable medium, according to claim 5, further comprising:
  • means for managing subject capability for environments that are capability based for authorization.
  • 9. A system, for improving object security, in an information handling system employing object oriented technology, comprising:
  • one or more processors;
  • a storage system;
  • one or more I/O controllers for controlling I/O devices;
  • a system bus interconnecting the processors, the storage system, and the I/O controllers;
  • a system control program controlling operation of the system;
  • one or more application programs for executing user tasks; and
  • an object oriented control program, the object oriented control program comprising
  • a system authorization policy object which encapsulates management of a resource authorization policy to the object oriented control program;
  • a system authorization oracle object which encapsulates a process of decision making at access checking time; and
  • a system registration object which encapsulates management of a subject registry.
  • 10. A system, according to claim 9, further comprising:
  • means for first building the system authorization policy object;
  • means for second building the system authorization oracle object; and
  • means for third building the system registration object.
  • 11. A system, according to claim 9, further comprising:
  • means for retrieving security attributes of objects in order to perform access checking.
  • 12. A system, according to claim 9, further comprising:
  • means for isolating the system authorization oracle object from the system authorization policy object to make it independent from underlying policy registry implementation mechanisms and enforce system integrity.
  • 13. A system, according to claim 9, further comprising:
  • means for managing subject capability for environments that are capability based for authorization.
  • 14. A system, according to claim 9, further comprising:
  • a cursor control device connected to an I/O controller.
  • 15. A system, according to claim 9, further comprising:
  • a display subsystem, connected to the system bus, for displaying visual representations of objects and other information.
  • 16. A system, according to claim 9, further comprising:
  • a display subsystem, connected to an I/O controller, for displaying visual representations of objects and other information.
US Referenced Citations (56)
Number Name Date Kind
4525780 Bratt et al. Jun 1985
4814971 Thatte Mar 1989
4853842 Thatte et al. Aug 1989
4989132 Mellender et al. Jan 1991
5008786 Thatte Apr 1991
5016162 Epstein et al. May 1991
5043871 Nishigaki et al. Aug 1991
5047925 Kun et al. Sep 1991
5075845 Lai et al. Dec 1991
5093914 Coplien et al. Mar 1992
5095480 Fenner Mar 1992
5111413 Lazansky et al. May 1992
5136712 Perazzoli, Jr. et al. Aug 1992
5163148 Walls Nov 1992
5185736 Tyrrell et al. Feb 1993
5185885 Dysart et al. Feb 1993
5212787 Baker et al. May 1993
5226172 Seymour et al. Jul 1993
5261052 Shimamoto et al. Nov 1993
5263157 Janis Nov 1993
5263158 Janis Nov 1993
5263165 Janis Nov 1993
5265221 Miller Nov 1993
5276872 Lomet et al. Jan 1994
5280610 Travis, Jr. et al. Jan 1994
5283830 Hinsley et al. Feb 1994
5287453 Roberts Feb 1994
5291283 Kondo et al. Mar 1994
5295256 Bapat Mar 1994
5297279 Bannon et al. Mar 1994
5297283 Kelly, Jr. et al. Mar 1994
5301286 Rajani Apr 1994
5301316 Hamilton et al. Apr 1994
5303375 Collins et al. Apr 1994
5321841 East et al. Jun 1994
5325524 Black et al. Jun 1994
5335323 Kolnick Aug 1994
5341478 Travis, Jr. et al. Aug 1994
5343554 Koza et al. Aug 1994
5363313 Lee Nov 1994
5369702 Shanton Nov 1994
5369778 San Soucie et al. Nov 1994
5379432 Orton et al. Jan 1995
5404506 Fujisawa et al. Apr 1995
5404508 Konrad et al. Apr 1995
5404529 Chernikoff et al. Apr 1995
5408649 Beshears et al. Apr 1995
5412774 Agrawal et al. May 1995
5414840 Rengarajan et al. May 1995
5421012 Khoyi et al. May 1995
5421015 Khoyi et al. May 1995
5437027 Bannon et al. Jul 1995
5485455 Dobbins et al. Jan 1996
5491694 Oliver et al. Feb 1996
5521910 Matthews May 1996
5598562 Cutler et al. Jan 1997