Home | english  | Impressum | KIT

Flexible Access Control Using IPC Redirection

Flexible Access Control Using IPC Redirection
Autor:

Trent. Jaeger, Kevin. Elphinstone, Jochen Liedtke, Vsevolod Panteleenko, and Yoonho Park

Links:
Quelle:

Proceedings of the 7th Workshop on Hot Topics in Operating Systems (HotOS-VII), Rio Rico, Arizona, March 29-30, 1999

Datum: 29.03.1999

Abstract:

We present a mechanism for inter-process communication (IPC) redirection that enables efficient and flexible access control for micro-kernel systems. In such systems, services are implemented at user-level, so IPC is the only means of communication between them. Thus, the system must be able to mediate IPCs to enforce its access control policy. Such mediation must enable enforcement of security policy with as little performance overhead as possible, but current mechanisms either: (1) place significant access control functionality in the kernel which increases IPC cost or (2) are static and require more IPCs than necessary to enforce access control. We define an IPC redirection mechanism that makes two improvements: (1) it removes the management of redirection policy from the kernel, so access control enforcement can be implemented outside the kernel and (2) it separates the notion of who controls the redirection policy from the redirections themselves, so redirections can be configured arbitrarily and dynamically. In this paper, we define our redirection mechanism, demonstrate its use, and examine possible, efficient implementations.

BibTex:

@InProceedings{liedtke99IPCReddirection,
  author = {Trent Jaeger and Kevin Elphinstone and Jochen Liedtke and Vsevolod Panteleenko and Yoonho Park},
  title = {Flexible Access Control Using IPC Redirection},
  booktitle = {Proceedings of the Seventh Workshop on Hot Topics in Operating Systems},
  address = {Rio Rico, AZ},
  month = mar # "~29--30",
  year = 1999,
  url = {http://l4ka.org/publications/}
}