Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are a few SELinux policies missing for Moonshot. Hence, SELinux must either be run in Permissive mode, or the `radius` and `radiusd_moonshot` radius and radiusd_moonshot policies be disabled whenever FreeRadius is used (ie. APC, IDPs and RPPs)

Tip

For disabling the `radius` and `radiusd_moonshot` radius and radiusd_moonshot policies and let FreeRadius run unconfined, use the following steps:

Code Block
languagebash
$ semodule -d radiusd_moonshot
$ semodule -d radius
$ restorecon -R -v /usr/sbin/radiusd /var/log/radius/

For setting SELinux in Permissive mode, please refer to the RootUsers guide to SELinux. It also applies to CentOS 6: https://www.rootusers.com/how-to-enable-or-disable-selinux-in-centos-rhel-7/

...