This is upstream selinux policy for keylime.
An SELinux policy describes the access permissions for all users, programs, processes, and files, and for the devices upon which they act. You can configure SELinux to implement either Targeted Policy or MultilevelSecurity (MLS) Policy. [1]
Keylime is an open-source scalable trust system harnessing TPM Technology. [2]
dnf install selinux-policy-devel
git clone https://github.com/RedHat-SP-Security/keylime-selinux.git
cd keylime-selinux
make -f /usr/share/selinux/devel/Makefile keylime.pp
semodule -i keylime.pp
restorecon -R /
[1] https://web.mit.edu/rhel-doc/5/RHEL-5-manual/Deployment_Guide-en-US/rhlcommon-chapter-0001.html
[2] https://github.com/keylime/keylime/blob/master/README.md