On Wed, 2009-12-09 at 21:50 -0500, Hasan Rezaul-CHR010 wrote: > One more question... > > Lets say I used audit2allow to create a custom policy as follows: > > cat deny.log | audit2allow -M test > -- this will create test.te, and test.pp for me > > If I wanted to make additional modifications to test.te, how can I > compile this new test.te to come up with the new test.pp ?? > > Note: I don't seem to have the /usr/share/selinux/devel/Makefile file > present on my setup !?! Is there some alternative way to compile the > *.te files ?? Thanks. Same sequence of commands that are run by audit2allow or the Makefile: checkmodule -M -m test.te -o test.mod semodule_package -o test.pp -m test.mod -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.