Ticket #2121 (closed Patches: wontfix)

Opened 5 years ago

Last modified 4 years ago

selinux check

Reported by: jsu2 Assigned to:
Priority: minor Milestone: 2.5
Component: Installation Version:
Keywords: selinux Cc:
Confirmation: Confirmed SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

Description

For SELinux checking in the install_amp script, instead of using selinuxenabled, perhaps use getenforce | grep -qi enable. That way admins who have SELinux in permissive mode can still install without modifying the script. Plus, with permissive mode, it's possible to figure out what selinux rules have to be added using audit2allow.

Change History

11/28/07 01:00:39 changed by p_lindheimer

  • status changed from new to closed.
  • confirmation set to Confirmed.
  • resolution set to wontfix.
  • version deleted.
  • milestone changed from 2.4 to 3.0.

at this point we are not supporting FreePBX with selinux enabled. It is an easy change to modify the script for someone who knows what they are doing and wants to have some selinux enabled. But there is not enough resources or knowledge on the team at this point so we will leave it as it is requiring it to be disabled.