An approach to safe object sharing

Citation
C. Bryce et C. Razafimahefa, An approach to safe object sharing, ACM SIGPL N, 35(10), 2000, pp. 367-381
Citations number
25
Categorie Soggetti
Computer Science & Engineering
Journal title
ACM SIGPLAN NOTICES
ISSN journal
15232867 → ACNP
Volume
35
Issue
10
Year of publication
2000
Pages
367 - 381
Database
ISI
SICI code
1523-2867(200010)35:10<367:AATSOS>2.0.ZU;2-5
Abstract
It is essential for security to be able to isolate mistrusting programs fro m one another, and to protect the host platform from programs. Isolation is difficult in object-oriented systems because objects can easily become ali ased. Aliases that cross program boundaries can allow programs to exchange information without using a system provided interface that could control in formation exchange. In Java, mistrusting programs are placed in distinct lo ader spaces but uncontrolled sharing of system classes can still lead to al iases between programs. This paper presents the object spaces protection mo del for an object-oriented system. The model decomposes an application into a set of spaces, and each object is assigned to one space. All method call s between objects in different spaces are mediated by a security policy. An implementation of the model in Java is presented.