Publication
ACM SIGPLAN Notices
Paper

CACL: Efficient Fine-Grained Protection for Objects

View publication

Abstract

CACL is a protection scheme for objects that offers a simple and flexible model of protection and has an efficient, software-only implementation. The model, based on Access Control Lists (ACLs) integrated with the type system, allows owners to control who may invoke which methods on which objects, permits cooperation between mutually suspicious principals, allows ownership of objects to be transferred safely, prevents unwanted propagation of authority between principals, and allows changes to the authorization information to take effect on the next method invocation. The implementation, based on the integration of Capabilities with method dispatch, avoids the overhead of access checking in the majority of invocations, at the cost of space for extra dispatch vectors. CACL offers a viable mechanism for finegrained protection in an object-oriented database system. © 1992, ACM. All rights reserved.

Date

31 Oct 1992

Publication

ACM SIGPLAN Notices

Authors

Share