SELinuxProject / selinux-testsuite

This is the upstream SELinux testsuite which is designed as a basic set of regression tests for the SELinux kernel functionality.
GNU General Public License v2.0
54 stars 43 forks source link

policy: avoid usage of fedora specific install_t #89

Closed cgzones closed 6 months ago

cgzones commented 6 months ago

The type install_t is fedora specific and not declared in the Reference Policy. Avoid linker failures by using anaconda_fd_use() if available.

Fixes: f9f4a604b50e ("policy: fix testsuite_domain_type_minimal() to work with rpm-ostree")