摘要
在传统的访问控制系统中,程序执行时需要的权限和程序执行者拥有的权限并不完全一致。一般后者的权限大于前者,这一点也导致了很多安全漏洞的出现。文章针对传统访问控制系统的这一缺陷,设计了一套程序资源访问控制系统(pRM),它通过对程序执行过程中访问到的系统资源,如文件、目录等,进行建模和实时的监控,较为精确地限定了程序执行期间的权限,增强了程序的安全性能。
The privileges that programs need during their execution are not the same as that of users or user groups, while the traditional access control systems always grant programs privileges according to that of users or groups. Because of this limitation of traditional access system many security holes emerged in modern operation systems. This paper introduces a system named pRM (Process Resource Monitor) which can monitor and control the access to the system resources at rnntime. By using pRM more precise authorizing of privileges to processes can be carried out according to what they need during their execution. Through the experiments on many applications such as Apache the paper shows that pRM is efficient and does not impose significant performance penalties.
出处
《计算机工程》
EI
CAS
CSCD
北大核心
2005年第22期149-151,共3页
Computer Engineering
基金
国家"863"计划基金资助项目"安全操作系统"(863-2003AA144010)
关键词
精确授权
程序行为
异常检测
误用检测
资源访问
Precision-authorization
Program behavior
Abuse detection
Misuse detection
Resource access