I've attached the install log. The PAM agent works fine regardless of the errors, but I would like to address the SELinux policy issue.
This is the main error excerpt:
**********************************************************************
* Adding label for pam_securid.so *
ValueError: File spec /lib64/security//pam_securid.so conflicts with equivalency rule '/lib64 /usr/lib'; Try adding '/usr/lib/security//pam_securid.so' instead
* Adding label for /var/ace directory *
* Creating rsapolicy.pp policy file *
Compiling targeted rsapolicy module
/usr/bin/checkmodule: loading policy configuration from tmp/rsapolicy.tmp
/usr/bin/checkmodule: Module name local is different than the output base filename rsapolicy
make: *** [tmp/rsapolicy.mod] Error 1
libsemanage.map_file: Unable to open rsapolicy.pp
(No such file or directory).
libsemanage.semanage_direct_install_file: Unable to read file rsapolicy.pp
(No such file or directory).
semodule: Failed on rsapolicy.pp!
**********************************************************************
OS is RHEL 7.3
Did you do this?
# semanage fcontext -a -t var_auth_t "/var/ace(/.*)?"
# restorecon -R -v /var/ace