Program Rights Control Technique Based on in Formation Flow

Qingkai Zeng
2013-01-01
Abstract:A method of program rights control based on information flow analysis is proposed to solve the problem of unsafe access authorization in SELinux policy.The target program and its unsafe access authorizations are figured out,by information flow on policy configuration analysis against system security goals.And then program points,which probably use the unsafe authorizations,are located by static program information analysis.According the results of analysis on policy and source code,the security states of target program and transition rules between them are defined.The method offers fine-grained rights control on the time and space dimensions.Security is guaranteed with minimal impact on functionality of the program.
What problem does this paper attempt to address?