On Tue, 14 Aug 2001, Ryan Senior wrote: > patching file initpolicy.conf The patch is for the kernel-2.4/security/policy_parse.y file, so it shouldn't be modifying initpolicy.conf at all. I've attached a version of the patch that should be easier to apply. Assuming that you save it to ~/parser.patch, apply it as follows: cd slinux patch -p1 < ~/parser.patch It should say: patching file kernel-2.4/security/policy_parse.y. Then do 'cd kernel-2.4; make' to rebuild the checkpolicy program. You should then be able to compile the policy configuration. -- Stephen D. Smalley, NAI Labs ssmalley@nai.com