Skip to content

scottsb/tideways-selinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SELinux Module for Tideways

Simple SELinux module for Tideways daemon. Hopefully will be obsolete once this feature is completed:

https://tideways.featureupvote.com/suggestions/17139/add-support-for-selinux-out-of-the-box

Compatibility

This has only been tested on CentOS 7 (specifically 7.5). It likely mostly works with CentOS 6 as well, but it may require some light changes.

How to Install

  1. Make sure SELinux dev tools are installed on the server:

     sudo yum install -y selinux-policy-devel
    
  2. Clone or download this repository to the server.

  3. From within the repository directory run these commands:

     make -f /usr/share/selinux/devel/Makefile tideways.pp
     sudo semodule -i tideways.pp
     sudo restorecon -F -R -v $(<tideways_paths)
    

About

SELinux Module for Tideways

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published