Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated local_zoneminder type extension file #594

Merged

Conversation

ndobbs
Copy link

@ndobbs ndobbs commented Nov 24, 2014

Purpose:

In order to support CentOS/RHEL 6.x machines running SElinux in ENFORCING mode, the following type extension file has been updated. Unit tested on Centos and RHEL 6.6 machines.

Steps to reproduce:

  1. ZoneMinder running on system with SElinux in ENFORCING mode
  2. remove provided compiled selinux module for zoneminder from system
    semodule -r local_zoneminder
  3. Compile new type extensions files
    checkmodule -M -m -o local_zoneminder.mod local_zoneminder.te
    semodule_package -o local_zoneminder.pp -m local_zoneminder.mod
    semodule -i local_zoneminder.pp
  4. Refresh ZM page - ZM is now running with selinux mode ENFORCING

Additional info
I bumped the modules version integer and cleaned up the formatting of the file. I'm a little unclear on proper etiquette when it comes to contributing to open source projects, if I'm at fault for anything please let me know and I do apologize.

… CentOS/RHEL 6.x in SElinux ENFORCING mode
knight-of-ni pushed a commit that referenced this pull request Nov 24, 2014
updated local_zoneminder type extension file
@knight-of-ni knight-of-ni merged commit 4ac699c into ZoneMinder:master Nov 24, 2014
@knight-of-ni
Copy link
Member

Very nice. Thank you.

I'll update the status of selinux README file.

knight-of-ni pushed a commit that referenced this pull request Dec 29, 2014
updated local_zoneminder type extension file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants