On Thu, 06 May 2004 07:41:46 -0400 Stephen Smalley wrote: >On Wed, 2004-05-05 at 17:26, Bob Gustafson wrote: >> >Tools such as apol from setools and slat can perform information flow >> >> ? slat ? >> >> I see that it was 'merged' around March 12th, but no real indication of >> where it was merged - or what name it might have after being merged. > >http://www.nsa.gov/selinux/archives/slat-1.1.0.tgz. > Thanks much, but on first usage, I have a problem: It looks like slat does not know anything about 'typealias'. Line 2792 of policy.conf is the first occurrence of 'typealias' [root@hoho2 fun]# cat do.sh slat -o slat.lts /etc/security/selinux/src/policy/policy.conf mls [root@hoho2 fun]# sh do.sh File "/etc/security/selinux/src/policy/policy.conf", line 2792, characters 1-10: syntax error policy.conf shown below: 2789 -> # net_conf_t is the type of the /etc/resolv.conf file. 2790 -> # all DHCP clients and PPP need write access to this file. 2791 -> type net_conf_t, file_type, sysadmfile; 2792 -> typealias net_conf_t alias resolv_conf_t; 2793 -> # I'm going to watch CNN now.