		SELinux module correction for collectd
		--------------------------------------

The module was created with the following commands:

  checkmodule -M -m -o collectdlocal.mod collectdlocal.te
  semodule_package -o collectdlocal.pp -m collectdlocal.mod

And can be used with the following command:

  semodule -i collectdlocal.pp

After that, you should see it in the list of active and loaded modules:

  semodule -l

