资 源 简 介
SELinux is widely used Mandatory Access Control System. Goal of this project is to develop a network based SELinux architecture, where administrator can define a host based network policy. That single policy will be applied to the systems on network, to make administration easier.
It creates a distributed service environment to implement the policy distribution. Distributed services are part of this project implementation.
Python Source Code can be downloaded and run on python version 2.6 or higher. It also requires avahi-daemon for service discovery.
Source code includes 2 directories, /etc/diss and /var/diss, these directories are to be copy to linux filesystem as it is. It contains the source code in /etc/diss/ directory and SELinux policies in /var/diss/ directory.
For more details about the implementation see, Thesis Report Part II in download section.