On Wed, 2012-02-08 at 11:45 -0800, C.J. Adams-Collier KF7BMP wrote: > > > $ locate xserver.pp > > > /usr/share/selinux/default/xserver.pp > > > > > > I'll run semodule -i after this morning's reboot. I installed mutt > > > yesterday, so I'll work from the console until you folks sign off for > > > the evening. > > > > I'd suggest installing all of the .pp files to ensure you aren't missing > > anything else. The man page for semodule has some examples of how to > > install all modules from a directory. > > What's the best way to do this at boot? You just do it once and it remains until/unless you remove it with semodule -r. No need to do it on each boot. Normally it is done when you install the policy package, but since your policy package apparently didn't install all modules, I'm suggesting that you do so manually. cd /usr/share/selinux/default ls *.pp | grep -Ev "base.pp|enableaudit.pp" | xargs /usr/sbin/semodule -b base.pp -i should install them all. -- 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.