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
Updated by Matthieu CERDA over 9 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Matthieu CERDA to Benoît PECCATTE
- % Done changed from 0 to 100
- Pull Request set to https://github.com/Normation/rudder-packages/pull/670
Updated by Matthieu CERDA over 9 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|2d255d9dea51485d00db1faceb3138664a170849.
Updated by Benoît PECCATTE over 9 years ago
Applied in changeset rudder-packages|9b2481a84773895ecd9696219a55a1cf7b83f66a.
Updated by Vincent MEMBRÉ over 9 years ago
- Target version changed from 3.1.0~rc1 to 3.1.0~beta1
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.0~beta1 which were released today.
- Announcement 3.1
- Changelog 3.1
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/
Actions