selinux_policy_root (3) Linux Manual Page
selinux_policy_root – return the path of the SELinux policy files for this machine selinux_set_policy_root – Set an alternate SELinux root path for the SELinux policy files for this machine. Synopsis #include <selinux/selinux.h> const char *selinux_policy_root(void); int selinux_set_policy_root(const char *policypath); Description selinux_policy_root() reads the contents of the /etc/selinux/config file to determine which policy files should be…
