[redhat-lspp] How to build test policy now?

Kris Wilson krisw at us.ibm.com
Thu Dec 22 17:35:19 UTC 2005


The selinux_testsuite Makefile builds test policies:

include /etc/selinux/config
POLICYSRC = /etc/selinux/$(SELINUXTYPE)/src/policy

load:
        @if [ -d $(POLICYSRC) ]; then \
                install test_*.te $(POLICYSRC)/domains/misc; \
                $(MAKE) -C $(POLICYSRC) clean load; \
        else \
                echo "ERROR: You must have the policy sources installed in 
$(POLICYSRC)."; \
        fi

This is broken since the directory structure has changed and the source
files are not installed.  Joy is out for the rest of the year; does anyone 
know
a fix for this?  Thanks!


Kris Wilson
IBM Linux Technology Center
(512) 838-0126 T/L:678-0126
krisw at us.ibm.com




More information about the redhat-lspp mailing list