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
- Host: GitHub
- URL: https://github.com/simp/simp-selinux-policy
- Owner: simp
- License: apache-2.0
- Created: 2019-06-26T15:00:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T20:07:08.000Z (over 4 years ago)
- Last Synced: 2024-04-19T11:07:22.423Z (about 2 years ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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``