Providing policy-neutral and transparent access control in extensible systems (1998)
Cached
Download Links
- [www.cs.washington.edu]
- [www.cs.washington.edu]
- DBLP
Other Repositories/Bibliography
| Venue: | Secure Internet Programming: Security Issues for Distributed and Mobile Objects, volume 1603 of Lecture |
| Citations: | 19 - 3 self |
BibTeX
@INPROCEEDINGS{Grimm98providingpolicy-neutral,
author = {Robert Grimm and Brian N. Bershad},
title = {Providing policy-neutral and transparent access control in extensible systems},
booktitle = {Secure Internet Programming: Security Issues for Distributed and Mobile Objects, volume 1603 of Lecture},
year = {1998},
pages = {317--338},
publisher = {Springer-Verlag}
}
Years of Citing Articles
OpenURL
Abstract
Extensible systems, such as Java or the SPIN extensible operating system, allow for units of code, or extensions, to be added to a running system in almost arbitrary fashion. Extensions closely interact through low-latency, but type-safe interfaces to form a tightly integrated system. As extensions can come from arbitrary sources, not all of whom can be trusted to conform to an organization's security policy,such structuring raises the question of how security constraints are enforced in an extensible system. In this paper, we present an access control mechanism for extensible systems to address this problem. Our access control mechanism decomposes access control into a policy-neutral enforcement manager and a security policy manager, and it is transparent to extensions in the absence of security violations. It structures the system into protection domains, enforces protection domains through access control checks, and performs auditing of system operations. The access control mechanism works by inspecting extensions for their types and operations to determine which abstractions require protection, and by redirecting procedure or method invocations to inject access control operations into the system. We describe the design of this access control mechanism, present an implementation within the SPIN extensible operating system, and provide a qualitative aswell as quantitative evaluation of the mechanism.







