Actions
Bug #6597
closedUser story #6589: Improve Rudder security in 3.1: Inventory signature and security, SELinux compliance
User story #2882: Rudder should be SELinux compliant
Rudder webapp postinst are not valid
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Packaging
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We added a if in rudder-webapp postinstallation script without their then ...
if type sestatus >/dev/null 2>&1 if [ $(LANG=C sestatus | grep -cE "SELinux status:.*enabled") -ne 0 ] then
Actions