Actions
Bug #6679
closedUser story #6589: Improve Rudder security in 3.1: Inventory signature and security, SELinux compliance
User story #2882: Rudder should be SELinux compliant
The SELinux compilation in rudder-webapp ties to use the wrong directory as a base
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
System integration
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We currently do:
# Build SELinux policy package make -f /usr/share/selinux/devel/Makefile
This is not enough: we should instead:
# In %prep cp -f %{_sourcedir}/rudder-webapp.te %{_builddir} # In %build # Build SELinux policy package cd %{_builddir} make -f /usr/share/selinux/devel/Makefile
Actions