WO1993009499A1 - Access control subsystem and method for distributed computer system using compound principals - Google Patents

Access control subsystem and method for distributed computer system using compound principals Download PDF

Info

Publication number
WO1993009499A1
WO1993009499A1 PCT/US1992/009239 US9209239W WO9309499A1 WO 1993009499 A1 WO1993009499 A1 WO 1993009499A1 US 9209239 W US9209239 W US 9209239W WO 9309499 A1 WO9309499 A1 WO 9309499A1
Authority
WO
WIPO (PCT)
Prior art keywords
principal
list
principals
qualified
entry
Prior art date
Application number
PCT/US1992/009239
Other languages
French (fr)
Inventor
Martin Abadi
Michael Burrows
Edward P. Wobber
Original Assignee
Digital Equipment Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Digital Equipment Corporation filed Critical Digital Equipment Corporation
Publication of WO1993009499A1 publication Critical patent/WO1993009499A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/468Specific access rights for resources, e.g. using capability register
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99939Privileged access

Definitions

  • the present invention relates generally to controlling access to computer resources in a distributed computer system, and particularly to apparatus and methods for access control in system that allow principals (entities that can submit requests) to adopt roles and to delegate authority to other principals.
  • Objects which are resources such as files, devices, or processes.
  • a reference monitor that examines each request for access to a specified object and decides whether to grant it.
  • the reference monitor bases its decision on the object, the principal making th request, the operation in the request, and a rule that says what principals ma perform that operation.
  • the reference monitor needs a trustworthy way to know the acces control rule and the source of the request.
  • the access control rule i attached to the object; such a rule is called an access control list or ACL.
  • ACL access control list
  • Fo each operation it specifies a set of authorized principals, and the referenc monitor grants a request if its principal is trusted at least as much as one of th authorized principals for the requested operation.
  • the present invention is a security system governing access to objects in a distributed computer system.
  • Each object has an access control list having a list of entries.
  • Each access control list entry can represent either a simple principal or a compound principal.
  • the set of allowed compound principals is limited to a predefined set of allowed combinations of simple principals, roles, delegations and conjunctions in accordance with a defined hierarchical ordering of the conjunction, delegation and role portions of each compound principal.
  • the distributed computing system is provided with a naming service having a secure membership table that contains a list of assumptions. Each assumption specifies either one principal as being stronger than another specified principal, or specifies one role as being stronger than another specified role. These assumptions reduce the number of entries needed in an access control list by allowing an entry to state the weakest principals and roles that are authorized to access an object, with all stronger principals and roles being included by way of the assumptions listed in the membership table.
  • the reference checking process typically handled by a reference monitor found at each node of the distributed system, grants an access request if the requestor is stronger than any one of the entries in the access control list for the resource requested. Furthermore, one entry is stronger than another entry if for each of the conjuncts in the latter entry there is a stronger conjunct in the former. Additional rules used by the reference monitor during the reference checking process govern the processes of comparing conjuncts in a requestor principal with the conjuncts in an access control list entry and of using assumptions to compare the relative strengths of principals and roles.
  • the present invention provides a framework for making practical use of compound principals in distributed computer systems.
  • Figure 1 is a block diagram a distributed computer system with a trusted naming service for storing secure data shared by the members of the system.
  • Figure 2 is a block diagram of one node of the distributed computer system shown in Figure 1.
  • Figure 3 is a block diagram representing an access control list.
  • Figure 4 schematically depicts the elements of one entry in an access control list.
  • Figure 5 is a block diagram representing a membership table, which contains a list of assumptions.
  • Figure 6 is a flow chart of the process performed by a node's reference monitor to determine whether or not to grant a request for access to a specified object.
  • the present invention is a security system and method which typically operates in the context of a distributed computer system 100 having a set of computers 102-108 interconnected by a local or wide area network .110 or some other communications medium. Each of these computers 102-108 is said to be located at a distinct node of the distributed computer system 100.
  • shared key encryption is used to secure channels between the nodes of the distributed system, and these channels are then multiplexed to obtain all the other channels needed by the network. Since the operating system at each node must be trusted anyway, using encryption at a finer grain than this (e.g., between processes) is not necessary. Alternately, public key encryption techniques could be used to secure the channels between nodes, although public key encryption is usually much slower than shared key encryption.
  • Each computer 102-108 contains the standard computer system components, including a data processing unit, system bus, random access memory RAM, read only memory (ROM), mass storage (e.g., magnetic or optical disks), a user interface (e.g., keyboard, monitor and printer) and communications ports.
  • a data processing unit system bus
  • random access memory RAM random access memory
  • ROM read only memory
  • mass storage e.g., magnetic or optical disks
  • user interface e.g., keyboard, monitor and printer
  • the preferred embodiment of the present invention uses a secure "naming service” 112 that is accessible to all the computers 102-108 via the network.
  • the naming service 112 is essentially a simple database management system which maintains a set of data that can be relied upon as being accurate by all the users of the network 112.
  • the naming service 112 contains a "membership table" 120, the meaning of which will be explained in more detail below.
  • the naming service 112 is said to be secure because its contents (and delivery thereof) are protected (typically by encrypting its contents) from modification by unauthorized sources, which allows recipients of data from the naming service 112 to know that they can rely on the information obtained from the naming service.
  • Principal A principal is the source of a request or assertion. Typically, one thinks of a principal as a person, or a machine acting on behalf of a person. However, processes many layers removed from human direction, such as those in a transaction processing system, can also be principals.
  • ACL object's access control list
  • Roles For some access control tasks, it is important to know what role a principal is playing before determining whether that principal should be allowed to access an object. For instance, "Abadi as Employee” may not be authorized to access certain information, while “Abadi as Manager” might be. This could be the case because a principal's role might be governed by the process which he is running.
  • a compound principal is (A) a principal with one or more assigned roles, (B) a principal which has been delegated to act on behalf of another principal, or (C) the conjunction of any combination of (1) principals, (2) principals with delegations, and (3) principals with assigned roles.
  • the term "compound” principal is a shorthand way of saying any multiple-component principal with is defined in terms of roles, delegation and/or conjunction. The present invention places well defined limits on the acceptable forms of compound principals, as will be described below.
  • a simple principal is a single entity, one which is not defined by delegation, roles or conjunction.
  • Qualified Principal A qualified principal is a simple principal with one or more assigned roles, such as "P as R1 as R2 ... as Rn", where P is a simple principal and R1 to Rn are roles that P may adopt.
  • Each node must have a trusted computing base 130 or TCB, which is typically a small amount of computer hardware and software that security depends on and that is distinguished from the remainder of the node, which can misbehave without affecting security.
  • the TCB 130 includes a reference monitor program 132 (hereinafter called the reference monitor), which gathers the information needed to justify an access control decision.
  • the TCB 130 does not include the storage devices from which data is retrieved nor the transmission channels from which messages are received. This is because digitally signed messages can be fetched from unsecured places without any loss of confidence that the signer actually sent it originally. It is important to note that encryption, decryption, digital signatures and the like are not the subject of this document. These topics are widely discussed in the computer security literature.
  • the present invention concerns restricting access to requestors comprising "compound principals", and particularly the access control process performed by reference monitor 132, which is described below with reference to Figure 6.
  • one of the nodes 104 has been labelled "requestor" because it is the source of a request to access an object 134 on node 102.
  • the requestor is actually a principal using any one of the computers in the distributed system, and can even be a principal using the same computer as the one at node 102.
  • the requestor sends an access request message to node 102, requesting a specified type of access (e.g., read access, or execution access) to a specified object stored on node 102. Node 102 will then process the request, and either grant or deny the requestor the specified type access of the specified object.
  • a specified type of access e.g., read access, or execution access
  • Objects can be files, processes, set of data such as table or database, programs (e.g., an interface program which governs use of an input/output device), and so on.
  • the objects 134 governed by the reference monitor 132 on node 102 are stored in the computer at that node (other arrangements may be possible).
  • Each object 134 includes an Access Control List (ACL) 136 which defines the set of "principals" who are authorized to access the object 134.
  • ACL Access Control List
  • the ACL 136 for an object (not shown in Figure 3) consists of a set of entries 140 for each distinct type of access associated with the object. For instance, if an object is a set of data, it is possible or even likely that some principals might have only read access while other principals are allowed both read and write access. Each entry 140 defines one principal or compound principal who is authorized to access the object.
  • the present invention solves this problem by (1 ) imposing a predefined template on compound principals, thereby providing a well defined string of elements that can be reliably parsed and compared with similarly structured strings of elements, and (2) providing a procedure for determining whether a request should be granted.
  • each entry 140 in an object's ACL is required to adhere to the following hierarchical format. Request principals must also adhere to this format.
  • Each entry 140 comprises either a single "For-List” EFLi, or the conjunction of two or more For-Lists, such EFL1 AND EFL2 AND EFL3.
  • Each For-List in an ACL entry is also herein called a "conjunct", as in "the first conjunct in the entry 1 is stronger than the second conjunct in entry 2".
  • a "For-List” is also herein called a "delegated principal".
  • a qualified principal is a simple principal with a set of zero or more specified roles.
  • a qualified principal may be a simple principal such as "Abadi” or a more complicated one such as "Abadi as Manager as Auth_Check_Signer".
  • a qualified principal conceptually, may be a person whose job title(s) or responsibilities have been listed on his name tag, or it may be a computer running a program (which is then viewed as a role).
  • a For-List is a list of zero or more delegations among qualified principals:
  • For-List QP (For QP) * where () * indicates zero or more iterations.
  • a For-List is similar to a single person who is acting on behalf of either himself or someone else.
  • an entry is either a single "For-List" EFLi (which is conceptually similar to a single person who is acting on behalf of either himself or someone else), or the conjunction of two or more For- ⁇ sts, such EFL1 AND EFL2 AND EFL3 (which is conceptually similar to having a check signed by multiple persons, each of whom may be acting on behalf of someone else).
  • the membership table 120 provided in the naming service is a table of simple "assumptions". Each assumption 150 is specified in the form of either
  • each object need only include an entry or entries containing the "lowest common role" shared by the authorized principals.
  • the assumptions in the membership table 120 are sometimes called "certified assumptions” because the data in the table is guaranteed to be secure and can be delivered in the form of "certificates" to the reference monitors in the various nodes of the system.
  • the reference monitor in a node may ask the naming service to certify that "P1 is stronger than P2", with the naming service responding by either providing the certificate if it is true, or denying the request if the assertion is false.
  • the reference monitor might request the naming service to provide it with certificate containing a list of data representing all the possible assumptions derived from a principal P1, or from a role R1. In this latter case, the reference monitor would then be responsible for traversing the assumption data.
  • the Iteration Construct ()+ can be applied in For-Lists as follows:
  • a denial or subtrac t ion construct (-) can be applied to simple principals and roles in ACLs, and is given narrow scope in the context of the invention.
  • G2 - G appears in an ACL, with assumptions in the membership list including "A->G, A->G1, G->G2, G1->G2". Should access be granted to A?
  • G2 - G means "all members of G, except for those that are members of G2 only via G”. Since A has another route through the membership list to G2 other than the route through G (i.e., it gets to G2 by A->G1, G1->G2, without having to use A->G and G->G2), A should be granted access.
  • An intersection construct can also be applied to simple principals and roles in ACLs.
  • an entry in an ACL of the form "SRC n IEEE” could be used to restrict access to SRC employees who are also members of the IEEE group.
  • an ACL entry of the form "SRC & IEEE” is less restrictive because it can be matched either by a simple requestor principal who is a member of both SRC and the IEEE group, or it can be matched by a compound requestor principal having one simple principal who is a member of
  • the reference checking process determines whether a request should be granted, as follows: - A request should be granted if the requestor is stronger than one of the entries in the ACL for the resource requested. A requestor is stronger than an entry in an ACL if for each of the conjuncts in the ACL entry there is a stronger conjunct in the requestor. A first For-List is stronger than a second For-List if they have the same length (i.e., the same number of qualified principals) and each qualified principal in the first For-List is stronger than the corresponding qualified principal in the second For-List.
  • a first qualified principal is stronger than a second qualified principal if the set of roles given in the first qualified principal is strong than that given in the second qualified principal and the simple principal in the first qualified principal is stronger than the simple principal in the second qualified principal.
  • a first set of roles is stronger than a second set of roles if each role in the first set is stronger than some role in the second set.
  • a first simple principal is stronger than a second simple principal if (A) they are identical, (B) there is an assumption in the membership table stating that the first simple principal is stronger than the second simple principal, or (C) there is a third simple principal intermediate in strength between the first and the second, according to the assumptions in the membership table.
  • a first role is stronger than a second role if (A) they are identical, (B) there is an assumption in the membership table stating that the first role is stronger than the second role, or (C) there is a third role intermediate in strength between the first and the second roles, according to the assumptions in the membership table.
  • Figure 6 contains a "pseudocode" program representation of the request determination procedure performed by the reference monitor (see Figure 2).
  • the request R to be tested in general, can the form of any legal ACL entry, and thus is defined as
  • R RFL1 AND RFL2 ....
  • RFL1 and RFL2 are For-Lists.
  • the request may be a simple principal, but it also may be a compound principal of any form which complies with the above described template for ACL entries. Requests cannot include the iteration construct, the alternative construct, the denial construct, nor the intersection construct, all of which constructs are used only in the entries of an object's ACL.
  • the request R is compared with each entry in a specified object's Access Control List (ACL), and is granted access if and only if the requestor matches or is stronger than an entry in the ACL (step 162).
  • ACL Access Control List
  • the pseudocode of step 164 represents a detailed specification for determining whether a request R is stronger than an entry.
  • the request R can be compared with a particular entry in the ACL only if for each conjunct (i.e., For-List) EFLj in the ACL entry there is a conjunct of equal length in the request R. Only For-Lists of the same length can be compared. If this requirement is not met, the process moves onto the next entry in the ACL.
  • conjunct i.e., For-List
  • the qualified principal elements RQPy of the request R's conjunct are compared with the qualified principal elements EQPx of the ACL entry.
  • the corresponding qualified principal RQPx in request R which (1) has a principal RPP at least as strong as the principal EPP of EQPx and also (2) every role RRn in the qualified principal RQPx must be at least as strong as some role ERp of EQPx.
  • the first qualified principal in the request R is compared with the first qualified principal in the entry, the second with the second, and so on.
  • the phrases "Stronger Than" and "At Least As Strong As” are synonymous, and such relationships are determined using the membership table and the rules explained above.
  • any conjuncts of proper length can be compared against any conjunct in the ACL entry, and that therefore more than one conjunct of request R may have to be tested if the first one is not stronger than the ACL entry's conjunct. This comparison process continues until either an ACL entry is found for which the request R is stronger, in which case access is granted, or until all the ACL entries have been tested without success, in which case access is denied.
  • a second embodiment of the membership table 120 is simply to include a copy of the table in every computer system which is a member of a "trust realm" (i.e., a collection of computer systems which share a common security policy, and trust one another to maintain that policy). This has the obvious disadvantage of requiring that updates to the table be copied into all these computer systems in a way that is safe and secure.
  • this second embodiment has the advantage of being relatively easy to implement.
  • a potential extension of the ACL entry construct defined above is to allow the use of variables in place of any simple prfncipal or role, while allowing constraints to be added to the ACL entry. For example, one could have an entry "X and

Abstract

A distributed computer system has a number of computers coupled thereto at distinct nodes and a naming service with a membership table that defines a list of assumptions concerning which principals in the system are stronger than other principals, and which roles adopted by principals are stronger than other roles. Each object in the system has an access control list (ACL) having a list of entries. Each entry is either a simple principal or a compound principal. The set of allowed compound principals is limited to a predefined set of allowed combinations of simple principals, roles, delegations and conjunctions in accordance with a defined hierarchical ordering of the conjunction, delegation and role portions of each compound principal. The assumptions in the membership table reduce the number of entries needed in an ACL by allowing an entry to state only the weakest principals and roles that are to be allowed access. The reference checking process, handled by a reference monitor found at each node of the distributed system, grants an access request if the requestor is stronger than any one of the entries in the access control list for the resource requested. Furthermore, one entry is stronger than another entry if for each of the conjuncts in the latter entry there is a stronger conjunct in the former. Additional rules used by the reference monitor during the reference checking process govern the processes of comparing conjuncts in a requestor principal with the conjuncts in an access control list entry and of using assumptions to compare the relative strengths of principals and roles.

Description

ACCESS CONTROL SUBSYSTEM AND METHOD FOR DISTRIBUTED COMPUTER SYSTEM USING COMPOUND PRINCIPALS
The present invention relates generally to controlling access to computer resources in a distributed computer system, and particularly to apparatus and methods for access control in system that allow principals (entities that can submit requests) to adopt roles and to delegate authority to other principals.
BACKGROUND OF THE INVENTION
Computer security systems are often based on the basic access control model, which provides a foundation for secrecy and integrity security procedures. See, for example, the 1974 article by Butler Lampson, "ACM Operating System Reviews," Vol. 8, No.1, January 1974, pp. 18-24. The elements of this model are:
Objects, which are resources such as files, devices, or processes.
Requests to perform operations on objects.
Sources for requests, which are principals.
A reference monitor that examines each request for access to a specified object and decides whether to grant it. The reference monitor bases its decision on the object, the principal making th request, the operation in the request, and a rule that says what principals ma perform that operation.
To do its work, the reference monitor needs a trustworthy way to know the acces control rule and the source of the request. Usually the access control rule i attached to the object; such a rule is called an access control list or ACL. Fo each operation, it specifies a set of authorized principals, and the referenc monitor grants a request if its principal is trusted at least as much as one of th authorized principals for the requested operation.
It should be understood that operation of the reference monitor is separate and distinct from other security issues, such as whether a requestor is who he/she/it claims to be. That type of security is typically provided by using encryption and digital signature techniques, as will be understood by those skilled in the art. The present invention is directed at systems and methods for governing access to objects in distributed computer systems that allow for "compound principals". The concept of compound principals, is discussed in detail below.
SUMMARY OF THE INVENTION
In summary, the present invention is a security system governing access to objects in a distributed computer system. Each object has an access control list having a list of entries. Each access control list entry can represent either a simple principal or a compound principal. The set of allowed compound principals is limited to a predefined set of allowed combinations of simple principals, roles, delegations and conjunctions in accordance with a defined hierarchical ordering of the conjunction, delegation and role portions of each compound principal.
The distributed computing system is provided with a naming service having a secure membership table that contains a list of assumptions. Each assumption specifies either one principal as being stronger than another specified principal, or specifies one role as being stronger than another specified role. These assumptions reduce the number of entries needed in an access control list by allowing an entry to state the weakest principals and roles that are authorized to access an object, with all stronger principals and roles being included by way of the assumptions listed in the membership table.
The reference checking process, typically handled by a reference monitor found at each node of the distributed system, grants an access request if the requestor is stronger than any one of the entries in the access control list for the resource requested. Furthermore, one entry is stronger than another entry if for each of the conjuncts in the latter entry there is a stronger conjunct in the former. Additional rules used by the reference monitor during the reference checking process govern the processes of comparing conjuncts in a requestor principal with the conjuncts in an access control list entry and of using assumptions to compare the relative strengths of principals and roles.
The present invention provides a framework for making practical use of compound principals in distributed computer systems.
BRIEF DESCRIPTION OF THE DRAWINGS
Additional objects and features of the invention will be more readily apparent from the following detailed description and appended claims when taken in conjunction with the drawings, in which: Figure 1 is a block diagram a distributed computer system with a trusted naming service for storing secure data shared by the members of the system.
Figure 2 is a block diagram of one node of the distributed computer system shown in Figure 1.
Figure 3 is a block diagram representing an access control list.
Figure 4 schematically depicts the elements of one entry in an access control list.
Figure 5 is a block diagram representing a membership table, which contains a list of assumptions.
Figure 6 is a flow chart of the process performed by a node's reference monitor to determine whether or not to grant a request for access to a specified object.
DESCRIPTION OF THE PREFERRED EMBODIMENT
Referring to Figure 1 , the present invention is a security system and method which typically operates in the context of a distributed computer system 100 having a set of computers 102-108 interconnected by a local or wide area network .110 or some other communications medium. Each of these computers 102-108 is said to be located at a distinct node of the distributed computer system 100.
For the purposes of this document, we assume that the nodes are connected to each other by wires that are not physically secure. In the preferred embodiment, shared key encryption is used to secure channels between the nodes of the distributed system, and these channels are then multiplexed to obtain all the other channels needed by the network. Since the operating system at each node must be trusted anyway, using encryption at a finer grain than this (e.g., between processes) is not necessary. Alternately, public key encryption techniques could be used to secure the channels between nodes, although public key encryption is usually much slower than shared key encryption.
Each computer 102-108 contains the standard computer system components, including a data processing unit, system bus, random access memory RAM, read only memory (ROM), mass storage (e.g., magnetic or optical disks), a user interface (e.g., keyboard, monitor and printer) and communications ports. These physical computer components (not shown) are not modified by the present invention and are therefore not described in detail herein.
The preferred embodiment of the present invention, shown in Figure 1 , uses a secure "naming service" 112 that is accessible to all the computers 102-108 via the network. The naming service 112 is essentially a simple database management system which maintains a set of data that can be relied upon as being accurate by all the users of the network 112. In the context of the present invention, the naming service 112 contains a "membership table" 120, the meaning of which will be explained in more detail below. The naming service 112 is said to be secure because its contents (and delivery thereof) are protected (typically by encrypting its contents) from modification by unauthorized sources, which allows recipients of data from the naming service 112 to know that they can rely on the information obtained from the naming service.
GLOSSARY
The following are some terms of art which are used below.
Principal. A principal is the source of a request or assertion. Typically, one thinks of a principal as a person, or a machine acting on behalf of a person. However, processes many layers removed from human direction, such as those in a transaction processing system, can also be principals.
Conjunctions. A conjunction is simply two things (here, principals) logically ANDed together. For instance
Lampson & Wobber
is the conjunction of the principals "Lampson" and "Wobber". Conjunctions are useful in situations that are analogous to requiring two signatures on a check. Requiring two (or more) principals to both sign a request provides greater security, at least in some cases, than requiring only one principal to sign a request.
Deleoations. When one principal speaks for another, that is called a delegation. An example would be "Michael for Martin". In certain situations, it is appropriate to give a compound principal formed by a delegation certain access rights, but not others. The present invention provides a mechanism for clearly specifying in an object's access control list (ACL) which such principals with delegations are allowed access and which are not.
Roles. For some access control tasks, it is important to know what role a principal is playing before determining whether that principal should be allowed to access an object. For instance, "Abadi as Employee" may not be authorized to access certain information, while "Abadi as Manager" might be. This could be the case because a principal's role might be governed by the process which he is running.
Compound Principals. A compound principal is (A) a principal with one or more assigned roles, (B) a principal which has been delegated to act on behalf of another principal, or (C) the conjunction of any combination of (1) principals, (2) principals with delegations, and (3) principals with assigned roles. Basically, the term "compound" principal is a shorthand way of saying any multiple-component principal with is defined in terms of roles, delegation and/or conjunction. The present invention places well defined limits on the acceptable forms of compound principals, as will be described below.
Simple Principals. A simple principal is a single entity, one which is not defined by delegation, roles or conjunction.
Qualified Principal. A qualified principal is a simple principal with one or more assigned roles, such as "P as R1 as R2 ... as Rn", where P is a simple principal and R1 to Rn are roles that P may adopt.
Assumptions. Sets of Principals and Sets of Roles. In some cases, it miαht be convenient to allow everyone in a certain group access to a particular object or set of objects. For example, everyone in the ABC division of a company might need access to the division's production schedule. The distributed computer system might contain hundreds or even thousands of objects related to a particular division (e.g., the maintenance division of an airline, or the data processing staff of a bank). It would be inconvenient to have to change the access control list of numerous objects throughout the distributed computer system every time that an employee quits (or moves to another division) or that a new employee of division ABC joins the company or division. It is much simpler to update one membership list 120 than to update the access control lists of each such object.
These situations are handled by defining a membership table which stores a list of "assumptions". An example of an assumption is "David -> ABC_Div", which means that David "speaks for" ABC_Div. Depending on the situation, this means that David has the authority to do whatever ABC_Div has authority to do, or that David is "stronger than" (or more secure than) ABC_Div.
The same type of logic is also applied to roles. For examples, while everyone in the ABC division may be an Employee, not everyone is a Manager, or President, or Administrator, orWord_Processor, and so on. Some objects might be restricted only to Administrators while others might be accessible to all Employees. These relationships are herein defined by assumptions such as: "Manager -> Employee", "Presidents Manager", "Word_Processor -> Employee", and so on.
OBJECTS, ACCESS CONTROL LISTS, REFERENCE MONITOR
Referring to Figure 2, one node 102 of the distributed system is shown in more detail. Each node must have a trusted computing base 130 or TCB, which is typically a small amount of computer hardware and software that security depends on and that is distinguished from the remainder of the node, which can misbehave without affecting security. The TCB 130 includes a reference monitor program 132 (hereinafter called the reference monitor), which gathers the information needed to justify an access control decision.
The TCB 130 does not include the storage devices from which data is retrieved nor the transmission channels from which messages are received. This is because digitally signed messages can be fetched from unsecured places without any loss of confidence that the signer actually sent it originally. It is important to note that encryption, decryption, digital signatures and the like are not the subject of this document. These topics are widely discussed in the computer security literature. The present invention concerns restricting access to requestors comprising "compound principals", and particularly the access control process performed by reference monitor 132, which is described below with reference to Figure 6.
For the purposes of Figure 2, one of the nodes 104 has been labelled "requestor" because it is the source of a request to access an object 134 on node 102. However, it should be noted that the requestor is actually a principal using any one of the computers in the distributed system, and can even be a principal using the same computer as the one at node 102. The requestor sends an access request message to node 102, requesting a specified type of access (e.g., read access, or execution access) to a specified object stored on node 102. Node 102 will then process the request, and either grant or deny the requestor the specified type access of the specified object.
Objects can be files, processes, set of data such as table or database, programs (e.g., an interface program which governs use of an input/output device), and so on. In the preferred embodiment, the objects 134 governed by the reference monitor 132 on node 102 are stored in the computer at that node (other arrangements may be possible). Each object 134 includes an Access Control List (ACL) 136 which defines the set of "principals" who are authorized to access the object 134.
Referring to Figure 3, the ACL 136 for an object (not shown in Figure 3) consists of a set of entries 140 for each distinct type of access associated with the object. For instance, if an object is a set of data, it is possible or even likely that some principals might have only read access while other principals are allowed both read and write access. Each entry 140 defines one principal or compound principal who is authorized to access the object.
The concept of compound principals allows for virtually unlimited complexity in defining a requestor or defining a party authorized to access an object. In particular, there is no predetermined prioritization for usage of the qualification ("as")r delegation ("for") and conjunction operators. Thus, it would at least theoretically be possible to have a compound principal such as
(P1 and P2) AS ROLE1
or
( (P1 AS ROLE1) AND (P2 AS ROLE2) ) FOR P3.
Given the virtually unlimited number of such possible compound principals, and given the lack of any requirement for ordering the elements within such compound principals, it would be very difficult or impossible to construct a reliable scheme for comparing principals making requests with the entries in an access control list.
Template for Compound Principals
The present invention solves this problem by (1 ) imposing a predefined template on compound principals, thereby providing a well defined string of elements that can be reliably parsed and compared with similarly structured strings of elements, and (2) providing a procedure for determining whether a request should be granted.
Referring to Figure 4, each entry 140 in an object's ACL is required to adhere to the following hierarchical format. Request principals must also adhere to this format. Each entry 140 comprises either a single "For-List" EFLi, or the conjunction of two or more For-Lists, such EFL1 AND EFL2 AND EFL3. Each For-List in an ACL entry is also herein called a "conjunct", as in "the first conjunct in the entry 1 is stronger than the second conjunct in entry 2". A "For-List" is also herein called a "delegated principal".
The simplest way to define a For-List is to first define qualified principals (see above definition in Glossary Section of this document). A qualified principal is a simple principal with a set of zero or more specified roles. Thus, a qualified principal may be a simple principal such as "Abadi" or a more complicated one such as "Abadi as Manager as Auth_Check_Signer". Thus a qualified principal, conceptually, may be a person whose job title(s) or responsibilities have been listed on his name tag, or it may be a computer running a program (which is then viewed as a role).
Given this definition of a qualified principal, a For-List is a list of zero or more delegations among qualified principals:
Qualified Principal (QP) = Simple Principal (as Role)*
For-List = QP (For QP)* where ()* indicates zero or more iterations.
Thus a simple For-List is "Abadi as Manager", which contains no delegations. Another For-List is as follows:
Abadi as Manager For Michael as Employee,
where "Abadi as Manager" and "Michael as Employee" are both qualified principals. Another example of a For-List is:
Abadi for Burrows for Michael,
which indicates that Burrows is acting on behalf of Michael, and that Abadi is acting on behalf of "Burrows on behalf of Michael". Thus, conceptually, a For-List is similar to a single person who is acting on behalf of either himself or someone else.
Working our way back up to the top of the hierarchy shown in Figure 4, an entry is either a single "For-List" EFLi (which is conceptually similar to a single person who is acting on behalf of either himself or someone else), or the conjunction of two or more For-ϋsts, such EFL1 AND EFL2 AND EFL3 (which is conceptually similar to having a check signed by multiple persons, each of whom may be acting on behalf of someone else).
MEMBERSHIP TABLE
Referring to Figure 5, the membership table 120 provided in the naming service is a table of simple "assumptions". Each assumption 150 is specified in the form of either
Assumption Description / Interpretation
PA -> PB Simple Principal PA Speaks For or Is Stronger Than Simple Principal PB or RA -> RB Role RA Is Stronger Than Role RB
It is important to note that chaining or combining assumptions listed in the membership list is both allowed and essential. For instance, the assumptions "Manager -> Employee" and "President -> Manager" when chained lead to the correct conclusion "President -> Employee".
The use of assumptions regarding simple principals is a useful construct because in some situations many people may belong to an authorized group of users, in which case all the members of a group can be granted access to an object simply by placing the group name in an entry in the object's ACL, and then including an assumption entry (e.g., "PA -> GroupName") for each such person in the group in the membership table 120. Such assumptions are also useful because if one principal is stronger than another principal, the stronger principal should be allowed access to all objects accessible to the weaker principal.
Similarly, some roles are stronger than other roles. Rather than making huge numbers of entries in every object's access control lists to take into account all the possible roles of principals authorized to access the objects, each object need only include an entry or entries containing the "lowest common role" shared by the authorized principals.
The assumptions in the membership table 120 are sometimes called "certified assumptions" because the data in the table is guaranteed to be secure and can be delivered in the form of "certificates" to the reference monitors in the various nodes of the system. For instance, the reference monitor in a node may ask the naming service to certify that "P1 is stronger than P2", with the naming service responding by either providing the certificate if it is true, or denying the request if the assertion is false. Alternately, the reference monitor might request the naming service to provide it with certificate containing a list of data representing all the possible assumptions derived from a principal P1, or from a role R1. In this latter case, the reference monitor would then be responsible for traversing the assumption data.
SPECIAL ADDITIONAL CONSTRUCTS FOR COMPOUND PRINCIPALS
The Iteration Construct ()+ can be applied in For-Lists as follows:
Taylor for SRC+
where ()+ means one or more iterations, and the above example means "Taylor for SRC" or "(Taylor for SRC) for SRC and so on. In this example, SRC represents a group of principals, and this construct in an ACL's entry would mean that Taylor acting on behalf of any chain of SRC members is allowed access.
The Alternative Construct "OR" can be applied anywhere in an entry or compound principal, so long as the two items on either side of the OR operator are similar in type. Examples are "Taylor OR Abadi", "Abadi as Manager" OR "Taylor as Director".
A denial or subtraction construct (-) can be applied to simple principals and roles in ACLs, and is given narrow scope in the context of the invention. Consider the situation in which "G2 - G" appears in an ACL, with assumptions in the membership list including "A->G, A->G1, G->G2, G1->G2". Should access be granted to A? In the preferred embodiment, "G2 - G" means "all members of G, except for those that are members of G2 only via G". Since A has another route through the membership list to G2 other than the route through G (i.e., it gets to G2 by A->G1, G1->G2, without having to use A->G and G->G2), A should be granted access.
An intersection construct
Figure imgf000016_0001
can also be applied to simple principals and roles in ACLs. For instance, an entry in an ACL of the form "SRC n IEEE" could be used to restrict access to SRC employees who are also members of the IEEE group. By way of contrast, an ACL entry of the form "SRC & IEEE" is less restrictive because it can be matched either by a simple requestor principal who is a member of both SRC and the IEEE group, or it can be matched by a compound requestor principal having one simple principal who is a member of
SRC and a second simple principal who is a member of the IEEE group. REFERENCE CHECKING PROCESS
The reference checking process determines whether a request should be granted, as follows: - A request should be granted if the requestor is stronger than one of the entries in the ACL for the resource requested. A requestor is stronger than an entry in an ACL if for each of the conjuncts in the ACL entry there is a stronger conjunct in the requestor. A first For-List is stronger than a second For-List if they have the same length (i.e., the same number of qualified principals) and each qualified principal in the first For-List is stronger than the corresponding qualified principal in the second For-List.
A first qualified principal is stronger than a second qualified principal if the set of roles given in the first qualified principal is strong than that given in the second qualified principal and the simple principal in the first qualified principal is stronger than the simple principal in the second qualified principal.
A first set of roles is stronger than a second set of roles if each role in the first set is stronger than some role in the second set. - A first simple principal is stronger than a second simple principal if (A) they are identical, (B) there is an assumption in the membership table stating that the first simple principal is stronger than the second simple principal, or (C) there is a third simple principal intermediate in strength between the first and the second, according to the assumptions in the membership table.
A first role is stronger than a second role if (A) they are identical, (B) there is an assumption in the membership table stating that the first role is stronger than the second role, or (C) there is a third role intermediate in strength between the first and the second roles, according to the assumptions in the membership table. Figure 6 contains a "pseudocode" program representation of the request determination procedure performed by the reference monitor (see Figure 2). At shown in step 160 of Figure 6, the request R to be tested, in general, can the form of any legal ACL entry, and thus is defined as
R = RFL1 AND RFL2 ....
where RFL1 and RFL2 are For-Lists. Of course, the request may be a simple principal, but it also may be a compound principal of any form which complies with the above described template for ACL entries. Requests cannot include the iteration construct, the alternative construct, the denial construct, nor the intersection construct, all of which constructs are used only in the entries of an object's ACL.
The request R is compared with each entry in a specified object's Access Control List (ACL), and is granted access if and only if the requestor matches or is stronger than an entry in the ACL (step 162). The pseudocode of step 164 represents a detailed specification for determining whether a request R is stronger than an entry.
At the highest level, the request R can be compared with a particular entry in the ACL only if for each conjunct (i.e., For-List) EFLj in the ACL entry there is a conjunct of equal length in the request R. Only For-Lists of the same length can be compared. If this requirement is not met, the process moves onto the next entry in the ACL.
If the equal length requirement for conjuncts is met, then the qualified principal elements RQPy of the request R's conjunct are compared with the qualified principal elements EQPx of the ACL entry. In particular, for each qualified principal EQPx in the ACL entry's For-List, the corresponding qualified principal RQPx in request R which (1) has a principal RPP at least as strong as the principal EPP of EQPx and also (2) every role RRn in the qualified principal RQPx must be at least as strong as some role ERp of EQPx. Note that the first qualified principal in the request R is compared with the first qualified principal in the entry, the second with the second, and so on. The phrases "Stronger Than" and "At Least As Strong As" are synonymous, and such relationships are determined using the membership table and the rules explained above.
It should be understood that any conjuncts of proper length can be compared against any conjunct in the ACL entry, and that therefore more than one conjunct of request R may have to be tested if the first one is not stronger than the ACL entry's conjunct. This comparison process continues until either an ACL entry is found for which the request R is stronger, in which case access is granted, or until all the ACL entries have been tested without success, in which case access is denied.
The inventors believe that the above described limitations on the allowed forms for compound principals provide sufficient flexibility to accommodate virtually all compound relationships needed for access control. Furthermore, this set of limitations allows a systematic comparison of a request R with an object's access control list which can be proven analytically to be complete.
ALTERNATE EMBODIMENTS
The advantage of have a single secure naming service 112 that is shared by all the system's nodes, as shown in Figure 1, is that the security manager in charge of maintaining the membership table 120 needs to store only one copy of the table, which is then available for every one to use. The disadvantage is that it is difficult to design a secure naming service. A second embodiment of the membership table 120 is simply to include a copy of the table in every computer system which is a member of a "trust realm" (i.e., a collection of computer systems which share a common security policy, and trust one another to maintain that policy). This has the obvious disadvantage of requiring that updates to the table be copied into all these computer systems in a way that is safe and secure. However, this second embodiment has the advantage of being relatively easy to implement.
A potential extension of the ACL entry construct defined above is to allow the use of variables in place of any simple prfncipal or role, while allowing constraints to be added to the ACL entry. For example, one could have an entry "X and
Y, such that X ≠ Y and X->GP1 and Y->GP1 ". This entry would require that two distinct members of group GP1 request access together, without any limitation on who those two members were. This provides more security than an entry which reads "GP1 and GP1", because that entry will be satisfied by any single member of group GP1. To accommodate variables and constraints, the reference monitor's access checking algorithm would need to be modified to add constraint checks and backtracking.
While the present invention has been described with reference to a few specific embodiments, the description is illustrative of the invention and is not to be construed as limiting the invention. Various modifications may occur to those skilled in the art without departing from the true spirit and scope of the invention as defined by the appended claims.

Claims

WHAT IS CLAIMED IS:
1. in a distributed computer system having a multiplicity of interconnecte computers coupled thereto, object access control apparatus comprising: membership means for storing a list of assumptions defining relativ strengths of specified principals and relative strengths of roles adopted b principals; a multiplicity of objects, each stored in one of said multiplicity o interconnected computers and having an associated access control list; each object's access control list having a list of entries, wherein each entry represents a simple principal or compound principal authorized to access said object; and a plurality of reference monitors, each in a trusted computing base within a different one of said multiplicity of interconnected computers, wherein each reference monitor receives access requests transmitted by principals working on any of the computers in said distributer computer system, each access request specifying an object for which access is requested and a request principal; each reference monitor including access checking means for (A) comparing said request principal with each entry in the list of entries in said specified object's access control list, (B) retrieving from said membership means information concerning relative strengths of said request principal and principals in each said entry and relative strengths of roles adopted by said request principal and roles adopted by principals in each said entry, and (C) granting access to said specified object by said request principal only if said request principal is at least as strong as at least one of said entries in the list of entries in said specified object's access control list.
2. The object access control apparatus of claim 1 , wherein each entry in the list of entries in each object's access control list is selected from the set consisting essentially of (1) a simple principal, (2) a qualified principal having one or more adopted roles, (3) a For-List denoting at least one simple or qualified principal which has delegated authority to another denoted simple or qualified principal, and (4) a conjunction of at least two principals selected from the set consisting of simple principals, qualified principals and For-Lists.
3. The object access control apparatus of claim 2, wherein said request principal is a principal selected from the set consisting essentially of (1) a simple principal, (2) a qualified principal having one or more adopted roles, (3) a For-List denoting at least one simple or qualified principal which has delegated authority to another denoted simple or qualified principal, and (4) a conjunction of at least two principals selected from the set consisting of simple principals, qualified principals and For-Lists.
4. The object access control apparatus of claim 3, wherein a For-List's length is defined as the number of principals and qualified principals in said For-List; and said access check means, when comparing a request principal with an entry in the list of entries in said specified object's access control list, compares a For-List in said request principal only with For-Lists in said entry of equal length and compares each qualified principal in said request principal only with qualified principals in said entry.
5. The object access control apparatus of claim 4, wherein a first qualified principal in said request principal is at least as strong as a second qualified principal in said entry only when (A) said first qualified principal's simple principal is at least as strong as said second qualified principal's simple principal, in accordance with said assumptions in said membership table, and (B) each role in said first qualified principal is at least as strong as some role in said second qualified principal, in accordance with said assumptions in said membership table.
6. The object access control apparatus of claim 5, wherein a first For-List in said request principal is at least as strong as a second For-List in said entry only when each qualified principal and/or simple principal in the first For-List is stronger than a corresponding qualified principal and/or simple principal in the second For-List.
7. In a distributed computer system having a multiplicity of interconnected computers coupled thereto, a method of controlling access to objects comprising the steps of: storing a list of assumptions defining relative strengths of specified principals and relative strengths of roles adopted by principals; storing a multiplicity of objects in ones of said multiplicity of interconnected computers and storing an access control list for each object; each object's access control list having a list of entries, wherein each entry represents a simple principal or compound principal authorized to access said object; and at a plurality of said computers, (A) receiving access requests transmitted by principals working on any of the computers in said distributer computer system, each access request specifying an object for which access is requested and a request principal, (B) comparing said request principal with each entry in the list of entries in said specified object's access control list, (C) retrieving from said membership means information concerning relative strengths of said request principal and principals in each said entry and relative strengths of roles adopted by said request principal and roles adopted by principals in each said entry, and (D) granting access to said specified object by said request principal only if said request principal is at least as strong as at least one of said entries in the list of entries in said specified object's access control list.
8. The method of claim 7, wherein each entry in the list of entries in each object's access control list is selected from the set consisting essentially of (1 ) a simple principal, (2) a qualified principal having one or more adopted roles, (3) a For-List denoting at least on simple or qualified principal which has delegated authority to another denoted simple or qualified principal, and (4) a conjunction of at least two principals selected from the set consisting of simple principals, qualified principals and For-Lists.
9. The method of claim 8, wherein said request principal is a principal selected from the set consisting essentially of (1) a simple principal, (2) a qualified principal having one or more adopted roles, (3) a For-List denoting at least one simple or qualified principal which has delegated authority to another denoted simple or qualified principal, and (4) a conjunction of at least two principals selected from the set consisting of simple principals, qualified principals and For-Lists.
10. The method of claim 9, wherein a For-List's length is defined as the number of principals and qualified principals in said For-List; and said comparing step including comparing a For-List in said request principal only with For-Lists in said entry of equal length and comparing each qualified principal in said request principal only with qualified principals in said entry.
11. The method of claim 10, wherein a first qualified principal in said request principal is at least as strong as a second qualified principal in said entry only when (A) said first qualified principal's simple principal is at least as strong as said second qualified principal's simple principal, in accordance with said assumptions in said membership table, and (B) each role in said first qualified principal is at least as strong as some role in said second qualified principal, in accordance with said assumptions in said membership table.
12. The method of claim 11, wherein a first For-List in said request principal is at least as strong as a second For-List in said entry only when each qualified principal and/or simple principal in the first For-List is stronger than a corresponding qualified principal and/or simple principal in the second For-List.
PCT/US1992/009239 1991-10-28 1992-10-27 Access control subsystem and method for distributed computer system using compound principals WO1993009499A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US07/783,361 US5173939A (en) 1990-09-28 1991-10-28 Access control subsystem and method for distributed computer system using compound principals
US783,361 1991-10-28

Publications (1)

Publication Number Publication Date
WO1993009499A1 true WO1993009499A1 (en) 1993-05-13

Family

ID=25129009

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1992/009239 WO1993009499A1 (en) 1991-10-28 1992-10-27 Access control subsystem and method for distributed computer system using compound principals

Country Status (2)

Country Link
US (1) US5173939A (en)
WO (1) WO1993009499A1 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0715270A3 (en) * 1994-11-30 1996-12-27 Canon Kk Method and apparatus for supporting cooperative activity
US11138528B2 (en) 2009-08-03 2021-10-05 The Strategic Coach Managing professional development
US11354614B2 (en) 2009-09-16 2022-06-07 The Strategic Coach Systems and methods for providing information relating to professional growth
US11475406B2 (en) * 1999-11-29 2022-10-18 The Strategic Coach Inc. Project management system for aiding users in attaining goals

Families Citing this family (139)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0575628A (en) * 1991-09-13 1993-03-26 Fuji Xerox Co Ltd Network resource monitor system
US5537099A (en) * 1992-04-16 1996-07-16 Bay Networks, Inc. Receiving port security in a network concentrator
EP0581421B1 (en) * 1992-07-20 2003-01-15 Compaq Computer Corporation Method and system for certificate based alias detection
US5450593A (en) * 1992-12-18 1995-09-12 International Business Machines Corp. Method and system for controlling access to objects in a data processing system based on temporal constraints
JP2741726B2 (en) * 1993-06-28 1998-04-22 富士通株式会社 Security method and security system for shared output means
US5481715A (en) * 1993-12-15 1996-01-02 Sun Microsystems, Inc. Method and apparatus for delegated communications in a computer system using trusted deputies
US5483596A (en) * 1994-01-24 1996-01-09 Paralon Technologies, Inc. Apparatus and method for controlling access to and interconnection of computer system resources
JPH07271865A (en) 1994-04-01 1995-10-20 Mitsubishi Corp Method for managing copyright of data base
US6744894B1 (en) * 1994-04-01 2004-06-01 Mitsubishi Corporation Data management system
US7036019B1 (en) 1994-04-01 2006-04-25 Intarsia Software Llc Method for controlling database copyrights
US7302415B1 (en) 1994-09-30 2007-11-27 Intarsia Llc Data copyright management system
US6741991B2 (en) * 1994-09-30 2004-05-25 Mitsubishi Corporation Data management system
EP0715241B1 (en) 1994-10-27 2004-01-14 Mitsubishi Corporation Apparatus for data copyright management system
US6424715B1 (en) * 1994-10-27 2002-07-23 Mitsubishi Corporation Digital content management system and apparatus
EP0709760B1 (en) * 1994-10-27 2006-05-31 Intarsia Software LLC Data copyright management system
US6789197B1 (en) 1994-10-27 2004-09-07 Mitsubishi Corporation Apparatus for data copyright management system
US5615404A (en) * 1994-10-31 1997-03-25 Intel Corporation System having independently addressable bus interfaces coupled to serially connected multi-ported signal distributors generating and maintaining frame based polling schedule favoring isochronous peripherals
US5623610A (en) * 1994-10-31 1997-04-22 Intel Corporation System for assigning geographical addresses in a hierarchical serial bus by enabling upstream port and selectively enabling disabled ports at power on/reset
US5742847A (en) * 1994-10-31 1998-04-21 Intel Corporation M&A for dynamically generating and maintaining frame based polling schedules for polling isochronous and asynchronous functions that guaranty latencies and bandwidths to the isochronous functions
JPH10512405A (en) * 1994-10-31 1998-11-24 インテル・コーポレーション M & A for exchanging data, status and commands via hierarchical serial bus assembly using communication packets
JP2658928B2 (en) * 1994-11-30 1997-09-30 日本電気株式会社 Portable communication device
US5956715A (en) 1994-12-13 1999-09-21 Microsoft Corporation Method and system for controlling user access to a resource in a networked computing environment
US6047288A (en) * 1995-07-20 2000-04-04 Canon Kabushiki Kaisha Group environment setting method and system thereof to provide an equivalent environment for plural participants
US8595502B2 (en) 1995-09-29 2013-11-26 Intarsia Software Llc Data management system
US7801817B2 (en) 1995-10-27 2010-09-21 Makoto Saito Digital content management system and apparatus
US5787427A (en) * 1996-01-03 1998-07-28 International Business Machines Corporation Information handling system, method, and article of manufacture for efficient object security processing by grouping objects sharing common control access policies
JP2000503154A (en) * 1996-01-11 2000-03-14 エムアールジェイ インコーポレイテッド System for controlling access and distribution of digital ownership
US6377994B1 (en) * 1996-04-15 2002-04-23 International Business Machines Corporation Method and apparatus for controlling server access to a resource in a client/server system
US5841869A (en) * 1996-08-23 1998-11-24 Cheyenne Property Trust Method and apparatus for trusted processing
US6088801A (en) * 1997-01-10 2000-07-11 Grecsek; Matthew T. Managing the risk of executing a software process using a capabilities assessment and a policy
US6122631A (en) * 1997-03-28 2000-09-19 International Business Machines Corporation Dynamic server-managed access control for a distributed file system
US6742050B1 (en) * 1997-03-31 2004-05-25 Intel Corporation Inter-object messaging
US6202066B1 (en) * 1997-11-19 2001-03-13 The United States Of America As Represented By The Secretary Of Commerce Implementation of role/group permission association using object access type
JP4763866B2 (en) 1998-10-15 2011-08-31 インターシア ソフトウェア エルエルシー Method and apparatus for protecting digital data by double re-encryption
US7673323B1 (en) 1998-10-28 2010-03-02 Bea Systems, Inc. System and method for maintaining security in a distributed computer network
US6158010A (en) 1998-10-28 2000-12-05 Crosslogix, Inc. System and method for maintaining security in a distributed computer network
US6823338B1 (en) * 1998-11-19 2004-11-23 International Business Machines Corporation Method, mechanism and computer program product for processing sparse hierarchical ACL data in a relational database
US6792424B1 (en) * 1999-04-23 2004-09-14 International Business Machines Corporation System and method for managing authentication and coherency in a storage area network
US7213262B1 (en) * 1999-05-10 2007-05-01 Sun Microsystems, Inc. Method and system for proving membership in a nested group using chains of credentials
US6883100B1 (en) * 1999-05-10 2005-04-19 Sun Microsystems, Inc. Method and system for dynamic issuance of group certificates
CN1322322A (en) * 1999-09-17 2001-11-14 索尼株式会社 Data providing system and method therefor
US7260715B1 (en) * 1999-12-09 2007-08-21 Koninklijke Philips Electronics N.V. Method and apparatus for revocation list management
US7035825B1 (en) * 2000-01-04 2006-04-25 E.Piphany, Inc. Managing relationships of parties interacting on a network
US7251666B2 (en) * 2000-02-01 2007-07-31 Internet Business Information Group Signature loop authorizing method and apparatus
US7058798B1 (en) 2000-04-11 2006-06-06 Sun Microsystems, Inc. Method ans system for pro-active credential refreshing
US7373654B1 (en) * 2000-07-20 2008-05-13 International Business Machines Corporation System, apparatus and method for updating security configurations of a plurality of servers from a centralized directory server
JP3790661B2 (en) * 2000-09-08 2006-06-28 インターナショナル・ビジネス・マシーンズ・コーポレーション Access control system
US7085929B1 (en) * 2000-10-11 2006-08-01 Koninklijke Philips Electronics N.V. Method and apparatus for revocation list management using a contact list having a contact count field
WO2002039305A1 (en) * 2000-11-09 2002-05-16 Sri International Information management via delegated control
US20040073530A1 (en) * 2000-12-06 2004-04-15 David Stringer-Calvert Information management via delegated control
US20020099668A1 (en) * 2001-01-22 2002-07-25 Sun Microsystems, Inc. Efficient revocation of registration authorities
FR2822257B1 (en) * 2001-03-13 2003-05-30 Gemplus Card Int CHECKING THE CONSISTENCY OF CONDITIONS FOR ACCESSING SUBJECTS TO OBJECTS IN A DATA PROCESSING MEANS
US20030041050A1 (en) * 2001-04-16 2003-02-27 Greg Smith System and method for web-based marketing and campaign management
US7499948B2 (en) 2001-04-16 2009-03-03 Bea Systems, Inc. System and method for web-based personalization and ecommerce management
US7392546B2 (en) 2001-06-11 2008-06-24 Bea Systems, Inc. System and method for server security and entitlement processing
US7380271B2 (en) * 2001-07-12 2008-05-27 International Business Machines Corporation Grouped access control list actions
US6910041B2 (en) * 2001-08-23 2005-06-21 International Business Machines Corporation Authorization model for administration
WO2003036609A1 (en) * 2001-10-24 2003-05-01 Bea Systems, Inc. Portal administration tool
US7350226B2 (en) * 2001-12-13 2008-03-25 Bea Systems, Inc. System and method for analyzing security policies in a distributed computer network
US7496687B2 (en) * 2002-05-01 2009-02-24 Bea Systems, Inc. Enterprise application platform
US20040010598A1 (en) * 2002-05-01 2004-01-15 Bea Systems, Inc. Portal setup wizard
US7725560B2 (en) * 2002-05-01 2010-05-25 Bea Systems Inc. Web service-enabled portlet wizard
KR100497230B1 (en) * 2002-07-23 2005-06-23 삼성에스디아이 주식회사 Apparatus and method for driving a plasma display panel
US8831966B2 (en) 2003-02-14 2014-09-09 Oracle International Corporation Method for delegated administration
US7653930B2 (en) * 2003-02-14 2010-01-26 Bea Systems, Inc. Method for role and resource policy management optimization
US6917975B2 (en) * 2003-02-14 2005-07-12 Bea Systems, Inc. Method for role and resource policy management
US7591000B2 (en) 2003-02-14 2009-09-15 Oracle International Corporation System and method for hierarchical role-based entitlements
JP2004264905A (en) * 2003-02-17 2004-09-24 Matsushita Electric Ind Co Ltd Method for controlling distributed computer system and distributed computer control system
US7293286B2 (en) 2003-02-20 2007-11-06 Bea Systems, Inc. Federated management of content repositories
US7562298B2 (en) * 2003-02-20 2009-07-14 Bea Systems, Inc. Virtual content repository browser
US7840614B2 (en) * 2003-02-20 2010-11-23 Bea Systems, Inc. Virtual content repository application program interface
US7415478B2 (en) * 2003-02-20 2008-08-19 Bea Systems, Inc. Virtual repository complex content model
US20040167871A1 (en) * 2003-02-20 2004-08-26 Bea Systems, Inc. Content mining for virtual content repositories
US20040230557A1 (en) * 2003-02-28 2004-11-18 Bales Christopher E. Systems and methods for context-sensitive editing
US20040230917A1 (en) * 2003-02-28 2004-11-18 Bales Christopher E. Systems and methods for navigating a graphical hierarchy
US7810036B2 (en) 2003-02-28 2010-10-05 Bea Systems, Inc. Systems and methods for personalizing a portal
US7480798B2 (en) * 2003-06-05 2009-01-20 International Business Machines Corporation System and method for representing multiple security groups as a single data object
US20040260946A1 (en) * 2003-06-20 2004-12-23 Cahill Conor P. User not present
US7774557B2 (en) * 2003-07-29 2010-08-10 Hewlett-Packard Development Company, L.P. Storage access system and method for image forming device
JP2005050286A (en) * 2003-07-31 2005-02-24 Fujitsu Ltd Network-node machine and information network system
US7290278B2 (en) 2003-10-02 2007-10-30 Aol Llc, A Delaware Limited Liability Company Identity based service system
US7594224B2 (en) 2003-10-10 2009-09-22 Bea Systems, Inc. Distributed enterprise security system
US20050251851A1 (en) * 2003-10-10 2005-11-10 Bea Systems, Inc. Configuration of a distributed security system
US20050097352A1 (en) * 2003-10-10 2005-05-05 Bea Systems, Inc. Embeddable security service module
US20050097353A1 (en) * 2003-10-10 2005-05-05 Bea Systems, Inc. Policy analysis tool
US7644432B2 (en) * 2003-10-10 2010-01-05 Bea Systems, Inc. Policy inheritance through nested groups
US7562045B2 (en) 2003-11-18 2009-07-14 Bgc Partners, Inc. System and method for managing relationships between brokers and traders
US7774601B2 (en) * 2004-04-06 2010-08-10 Bea Systems, Inc. Method for delegated administration
US7236989B2 (en) * 2004-04-13 2007-06-26 Bea Systems, Inc. System and method for providing lifecycles for custom content in a virtual content repository
US7162504B2 (en) * 2004-04-13 2007-01-09 Bea Systems, Inc. System and method for providing content services to a repository
US7580953B2 (en) * 2004-04-13 2009-08-25 Bea Systems, Inc. System and method for schema lifecycles in a virtual content repository that integrates a plurality of content repositories
US7236975B2 (en) * 2004-04-13 2007-06-26 Bea Systems, Inc. System and method for controlling access to anode in a virtual content repository that integrates a plurality of content repositories
US20050228816A1 (en) * 2004-04-13 2005-10-13 Bea Systems, Inc. System and method for content type versions
US7246138B2 (en) * 2004-04-13 2007-07-17 Bea Systems, Inc. System and method for content lifecycles in a virtual content repository that integrates a plurality of content repositories
US20060028252A1 (en) * 2004-04-13 2006-02-09 Bea Systems, Inc. System and method for content type management
US7236990B2 (en) * 2004-04-13 2007-06-26 Bea Systems, Inc. System and method for information lifecycle workflow integration
US20060041558A1 (en) * 2004-04-13 2006-02-23 Mccauley Rodney System and method for content versioning
US20050240714A1 (en) * 2004-04-13 2005-10-27 Bea Systems, Inc. System and method for virtual content repository deployment
US7475091B2 (en) 2004-04-13 2009-01-06 Bea Systems, Inc. System and method for viewing a virtual content repository
US20050228784A1 (en) * 2004-04-13 2005-10-13 Bea Systems, Inc. System and method for batch operations in a virtual content repository
US7240076B2 (en) * 2004-04-13 2007-07-03 Bea Systems, Inc. System and method for providing a lifecycle for information in a virtual content repository
US7340463B1 (en) * 2004-06-25 2008-03-04 Apple Inc. Caching permissions information
US7716734B2 (en) * 2005-05-19 2010-05-11 Microsoft Corporation Systems and methods for pattern matching on principal names to control access to computing resources
US20060265759A1 (en) * 2005-05-19 2006-11-23 Microsoft Corporation Systems and methods for identifying principals to control access to computing resources
US20060277594A1 (en) * 2005-06-02 2006-12-07 International Business Machines Corporation Policy implementation delegation
US20060288050A1 (en) * 2005-06-15 2006-12-21 International Business Machines Corporation Method, system, and computer program product for correlating directory changes to access control modifications
US7788706B2 (en) * 2005-06-27 2010-08-31 International Business Machines Corporation Dynamical dual permissions-based data capturing and logging
US7917537B2 (en) 2005-09-26 2011-03-29 Oracle International Corporation System and method for providing link property types for content management
US7818344B2 (en) 2005-09-26 2010-10-19 Bea Systems, Inc. System and method for providing nested types for content management
US20070073663A1 (en) * 2005-09-26 2007-03-29 Bea Systems, Inc. System and method for providing full-text searching of managed content
US20070162909A1 (en) * 2006-01-11 2007-07-12 Microsoft Corporation Reserving resources in an operating system
US7496576B2 (en) * 2006-03-30 2009-02-24 Microsoft Corporation Isolated access to named resources
US9294477B1 (en) * 2006-05-04 2016-03-22 Sprint Communications Company L.P. Media access control address security
US7895639B2 (en) * 2006-05-04 2011-02-22 Citrix Online, Llc Methods and systems for specifying and enforcing access control in a distributed system
US20070294699A1 (en) * 2006-06-16 2007-12-20 Microsoft Corporation Conditionally reserving resources in an operating system
US9455990B2 (en) * 2006-07-21 2016-09-27 International Business Machines Corporation System and method for role based access control in a content management system
WO2008019158A2 (en) * 2006-08-10 2008-02-14 Intertrust Technologies Corporation Trust management systems and methods
US8266702B2 (en) 2006-10-31 2012-09-11 Microsoft Corporation Analyzing access control configurations
US8239954B2 (en) * 2007-05-07 2012-08-07 Microsoft Corporation Access control based on program properties
US7904476B1 (en) 2007-07-30 2011-03-08 Hewlett-Packard Develpment Company, L.P. Computer-implemented method for compressing representation of binary relation
US9405921B1 (en) 2007-07-31 2016-08-02 Hewlett Packard Enterprise Development Lp Computer-implemented method for role discovery in access control systems
US7530106B1 (en) 2008-07-02 2009-05-05 Kaspersky Lab, Zao System and method for security rating of computer processes
US9804747B2 (en) 2008-09-30 2017-10-31 Microsoft Technology Licensing, Llc Techniques to manage access to organizational information of an entity
US8539575B2 (en) * 2008-09-30 2013-09-17 Microsoft Corporation Techniques to manage access to organizational information of an entity
WO2012071552A2 (en) * 2010-11-24 2012-05-31 Coral Networks, Inc. System and method for access control and identity management
US8887260B2 (en) 2012-10-25 2014-11-11 Facebook, Inc. Token-based access control
US9690931B1 (en) 2013-03-11 2017-06-27 Facebook, Inc. Database attack detection tool
US10044718B2 (en) 2015-05-27 2018-08-07 Google Llc Authorization in a distributed system using access control lists and groups
US10432628B2 (en) * 2016-02-23 2019-10-01 Cisco Technology, Inc. Method for improving access control for TCP connections while optimizing hardware resources
US10289767B2 (en) 2016-08-24 2019-05-14 Improbable Worlds Ltd Communications interface facilitating operations of a persistent spatially-optimized computer-based simulation
US11087047B2 (en) 2016-08-24 2021-08-10 Improbable Worlds Ltd Scalable update propagation via query aggregations and connection migrations
US10380282B2 (en) 2016-08-24 2019-08-13 Improbable Worlds Ltd Distributable and customizable load-balancing of data-associated computation via partitions and virtual processes
US11416305B2 (en) 2016-08-24 2022-08-16 Improbable Worlds Limited Commands for simulation systems and methods
US10878146B2 (en) 2016-08-24 2020-12-29 Improbable Worlds Ltd Handover techniques for simulation systems and methods
US10643010B2 (en) 2016-08-24 2020-05-05 Improbable Worlds Ltd Scalable simulation system with scalable data propagation
US10579434B2 (en) 2016-08-24 2020-03-03 Improbable Worlds Ltd Simulation systems and methods using query-based interest
WO2019081911A1 (en) * 2017-10-27 2019-05-02 Improbable Worlds Ltd. Handover techniques for simulation systems and methods
US10623520B1 (en) * 2019-06-13 2020-04-14 Sailpoint Technologies, Inc. System and method for tagging in identity management artificial intelligence systems and uses for same, including context based governance
CN111431875B (en) * 2020-03-12 2022-07-01 杭州迪普科技股份有限公司 Method and device for issuing insertion rule

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0442839A2 (en) * 1990-02-15 1991-08-21 International Business Machines Corporation Method for providing user access control within a distributed data processing system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3245045A (en) * 1961-11-21 1966-04-05 Ibm Integrated data processing system
US4100534A (en) * 1976-12-09 1978-07-11 Tuthill Corporation Electronic security system
US4218690A (en) * 1978-02-01 1980-08-19 A-T-O, Inc. Self-contained programmable terminal for security systems
US4532507A (en) * 1981-08-25 1985-07-30 American District Telegraph Company Security system with multiple levels of access
JPS59100977A (en) * 1982-12-01 1984-06-11 Omron Tateisi Electronics Co Output method of record information
US4799258A (en) * 1984-02-13 1989-01-17 National Research Development Corporation Apparatus and methods for granting access to computers

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0442839A2 (en) * 1990-02-15 1991-08-21 International Business Machines Corporation Method for providing user access control within a distributed data processing system

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
COMPUTERS AND SECURITY, vol. 9, no. 8, December 1990, OXFORD, GB; pages 699 - 713 I.M.OLSON ET AL 'Computer Access Control Policy Choices' *
IEEE SYMPOSIUM ON SECURITY AND PRIVACY, April 1988, OAKLAND, US; pages 39 - 49 S.T.VINTER 'Extended Discretionary Access Controls' *
IEEE SYMPOSIUM ON SECURITY AND PRIVACY, May 1990, OAKLAND, US; pages 116 - 132 R.W.BALDWIN 'Naming and Grouping Privileges to Simplify Security Management in Large Databases' *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6298346B1 (en) 1991-11-30 2001-10-02 Canon Kabushiki Kaisha Method and apparatus for supporting cooperative activity
EP0715270A3 (en) * 1994-11-30 1996-12-27 Canon Kk Method and apparatus for supporting cooperative activity
US11475406B2 (en) * 1999-11-29 2022-10-18 The Strategic Coach Inc. Project management system for aiding users in attaining goals
US11138528B2 (en) 2009-08-03 2021-10-05 The Strategic Coach Managing professional development
US11354614B2 (en) 2009-09-16 2022-06-07 The Strategic Coach Systems and methods for providing information relating to professional growth

Also Published As

Publication number Publication date
US5173939A (en) 1992-12-22

Similar Documents

Publication Publication Date Title
US5173939A (en) Access control subsystem and method for distributed computer system using compound principals
EP0697662B1 (en) Method and system for advanced role-based access control in distributed and centralized computer systems
US8463819B2 (en) Centralized enterprise security policy framework
US7827598B2 (en) Grouped access control list actions
Zhang et al. A role-based delegation framework for healthcare information systems
US7103784B1 (en) Group types for administration of networks
US9769137B2 (en) Extensible mechanism for securing objects using claims
US20090319529A1 (en) Information Rights Management
US20080022136A1 (en) Encryption load balancing and distributed policy enforcement
EP1324565A1 (en) Method and architecture for providing access to secured data from non-secured clients
US6678682B1 (en) Method, system, and software for enterprise access management control
US7039948B2 (en) Service control manager security manager lookup
Almenárez et al. TrustAC: Trust-based access control for pervasive devices
JPH0793263A (en) Method for management of variable-authority-level user access to plurality of resource objects inside distributed data processor
US8826457B2 (en) System for enterprise digital rights management
KR20050014678A (en) Zoned based security administration for data items
Yialelis et al. Role-based security for distributed object systems
US7703123B2 (en) Method and system for security control in an organization
Irgasheva et al. Development of role model for computer system security
WO2002067173A9 (en) A hierarchy model
Ahn Role-based access control in DCOM
Mix et al. Universal Utility Data Exchange (UUDEX)–Security and Administration-Rev. 1
CN115378635B (en) Inter-system cross-domain access control method and platform based on roles
Wang et al. Research on data and workflow security of electronic military systems
Kononov et al. Improving Web Applications Security Using Path-Based Role Access Control Model

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

Designated state(s): JP KR

AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH DE DK ES FR GB GR IE IT LU MC NL SE

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase
122 Ep: pct application non-entry in european phase