postfix, procmail and SELinux - No Go

Stephen Smalley sds at tycho.nsa.gov
Tue Jun 20 13:06:23 UTC 2006


On Tue, 2006-06-20 at 07:54 -0500, Marc Schwartz wrote:
> What is interesting, is if I try to remove any of the existing modules,
> I get this:
> 
> # semodule -r myclam.pp
> libsemanage.semanage_direct_remove: Module myclam.pp was not found.
> semodule:  Failed on myclam.pp!

semodule -r myclam

-r operates on the module name, as declared within the module, since the
module is already installed and known to the system.
-i operates on the file name, since it has to read in the module
contents from the file and install it.
Thus, -r wouldn't use the .pp suffix, whereas -i would.

> If you would like me to attach the *.pp files in an offlist e-mail so
> that you can review them, let me know.

Yes, along with the {.te,.fc,.if} files too.

-- 
Stephen Smalley
National Security Agency




More information about the fedora-selinux-list mailing list