An open API service indexing awesome lists of open source software.

https://github.com/simp/simp-selinux-policy

SELinux policies needed for various SIMP-specific components
https://github.com/simp/simp-selinux-policy

Last synced: about 1 year ago
JSON representation

SELinux policies needed for various SIMP-specific components

Awesome Lists containing this project

README

          

# simp-selinux-policy

This repository builds and packages SELinux policies suitable for
configuring permissions on SIMP provided server components.

## Installation

If not using an RPM installation, you can perform the following actions to
install the SELinux policy manually:

### Environment Prep

* ``yum install selinux-policy-devel``

### Policy Build

* ``sh sbin/set_simp_selinux_policy build``

### Policy Installation

* ``sh sbin/set_simp_selinux_policy install``

## Removal

To remove the SELinux policy:

* ``sh sbin/set_simp_selinux_policy remove``