Actions
Bug #6681
closedUser story #6589: Improve Rudder security in 3.1: Inventory signature and security, SELinux compliance
User story #2882: Rudder should be SELinux compliant
Bug #6679: The SELinux compilation in rudder-webapp ties to use the wrong directory as a base
rudder-webapp spec tries to copy rudder-webapp.pp from wrong directory
Status:
Released
Priority:
1 (highest)
Assignee:
Matthieu CERDA
Category:
Packaging
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We are compiling rudder-webapp.pp in build directory correctly since #6679, but we still try to copy it from sourcedir in the next step:
install -m 644 /usr/src/rudder-packages/package/SOURCES/rudder-webapp.pp /usr/src/rudder-packages/package/BUILDROOT/rudder-webapp-3.1.0.beta2.git201505281516-1.EL.6.i386/opt/rudder/share/selinux/ install: cannot stat `/usr/src/rudder-packages/package/SOURCES/rudder-webapp.pp': No such file or directory
change to build should fix build issue
Actions