Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).