Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enricobacis/selinux-module-installer
Makefile to compile and install SELinux modules.
https://github.com/enricobacis/selinux-module-installer
Last synced: 10 days ago
JSON representation
Makefile to compile and install SELinux modules.
- Host: GitHub
- URL: https://github.com/enricobacis/selinux-module-installer
- Owner: enricobacis
- Created: 2015-04-07T14:31:51.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T14:36:24.000Z (almost 10 years ago)
- Last Synced: 2024-11-07T21:09:50.983Z (2 months ago)
- Language: Makefile
- Size: 129 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selinux-module-installer
Makefile to compile and install SELinux modules.Use `make all` to create a policy module (*.pp) for every *.te file in the current directory, then use `make install` to install every *.pp file in the current directory.
In order to work, the module filename must reflect the module name (e.g., the sqlite module should be named sqlite.te).