Security Monitor Inlining for Multithreaded Java
Security Monitor Inlining for Multithreaded Java
复制标题
多线程 Java 的安全监视器内联
DOI:
--
复制
发表时间:
2009
期刊:
影响因子:
--
通讯作者:
Frank Piessens
中科院分区:
文献类型:
--
作者:
M. Dam;B. Jacobs;Andreas Lundblad;Frank Piessens
Program monitoring is a well-established and efficient approach to security policy enforcement. An implementation of program monitoring that is particularly appealing for application-level policy enforcement is monitor inlining: the application is rewritten to push monitoring and policy enforcement code into the application itself. The intention is that the inserted code enforces compliance with the policy (security), and otherwise interferes with the application as little as possible (conservativity and transparency).
For sequential Java-like languages, provably correct inlining algorithms have been proposed, but for the multithreaded setting, this is still an open problem. We show that no inliner for multithreaded Java can be both secure and transparent. It is however possible to identify a broad class of policies for which all three correctness criteria can be obtained. We propose an inliner that is correct for such policies, implement it for Java, and show that it is practical by reporting on some benchmarks.