https://github.com/redborder/redborder-selinux
Scripts to configure selinux in redborder-ng environments
https://github.com/redborder/redborder-selinux
autodelivery redborder-ng selinux
Last synced: 2 months ago
JSON representation
Scripts to configure selinux in redborder-ng environments
- Host: GitHub
- URL: https://github.com/redborder/redborder-selinux
- Owner: redBorder
- License: agpl-3.0
- Created: 2024-02-01T11:20:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-03-19T12:44:08.000Z (3 months ago)
- Last Synced: 2026-03-20T05:42:40.133Z (3 months ago)
- Topics: autodelivery, redborder-ng, selinux
- Language: Makefile
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# redborder-selinux
This repository contains the **SELinux policies** required for the **redborder** platform.
The `.te` files defined here adjust and extend SELinux security rules so that redborder services and components can operate properly in environments with SELinux enabled.
---
## Checking for Required Policies
If some redborder services are being blocked by SELinux, you can analyze the denial logs and generate a module with the missing rules using:
```cmd
audit2allow -a -M latest_policies
```
This command:
- Reads all recent SELinux denials from the audit log.
- Generates a new SELinux policy module (`latest_policies.pp`).
#### Platforms
- Rocky Linux 9
## đ§ Usage
1. Modify the policies
2. Create the rpm with `sudo make rpm`
3. Upload to your manager and install it
4. Run `chef-client` and will apply the policies
## Contributing
1. Fork the repository on Github
2. Create a named feature branch (like add_component_x)
3. Write your change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request using Github
## License and Authors
- David Vanhoucke
- Miguel NegrĂłn
- Miguel Ălvarez
- Nils Verschaeve
- Luis Blanco
- Julio Peralta
- Juan Soto
- Rafael GĂłmez
- Pablo Pérez Gonzålez