Project

General

Profile

Actions

Bug #6679

closed

User 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

Added by Matthieu CERDA almost 9 years ago. Updated almost 9 years ago.

Status:
Released
Priority:
1
Category:
System integration
Target version:
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


Subtasks 1 (0 open1 closed)

Bug #6681: rudder-webapp spec tries to copy rudder-webapp.pp from wrong directoryReleasedMatthieu CERDA2015-05-28Actions
Actions

Also available in: Atom PDF