diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-12-29 10:51:05 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2017-12-29 10:51:05 -0700 |
commit | 63f72f7dd47ae85b596a83c039a3c873422c7dc8 (patch) | |
tree | e9d17d6bcf1314b0a789f4460a53b20302b85eba | |
parent | d9a6d4bb831a04c63ae146d23da2b4619d3bb710 (diff) | |
download | pam_tacplus-63f72f7dd47ae85b596a83c039a3c873422c7dc8.tar.gz pam_tacplus-63f72f7dd47ae85b596a83c039a3c873422c7dc8.zip |
Add SElinux tips
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -93,6 +93,10 @@ of `autoconf'. targets like `make install' and `make uninstall' work correctly. This target is generally not run by end users. + 9. If you're running SElinux in Enforcing mode, you need to set + your policy controls appropriately. For Fedora/RHEL/CentOS, this + is done with "setsebool -P nis_enabled 1" (as root). + Compilers and Options ===================== |