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 #1

Updated by Matthieu CERDA almost 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
Actions #2

Updated by Matthieu CERDA almost 9 years ago

  • Status changed from Pending technical review to Pending release
Actions #4

Updated by Vincent MEMBRÉ almost 9 years ago

  • Parent task set to #2882
Actions #5

Updated by Vincent MEMBRÉ almost 9 years ago

  • Target version changed from 3.1.0~rc1 to 3.1.0~beta1
Actions #6

Updated by Vincent MEMBRÉ almost 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.

Actions

Also available in: Atom PDF