Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hspaans/selinux

Modules for SELinux
https://github.com/hspaans/selinux

docker linux module selinux vscode

Last synced: 4 months ago
JSON representation

Modules for SELinux

Awesome Lists containing this project

README

        

# SELinux Modules

Modules for SELinux

## Modules

| Module | State | Note |
| :----: | :---: | ------------------------------------------- |
| vscode | Alpha | Using VSCode Devcontainers with Moby-Engine |

## Installing a module

```shell
checkmodule -M -m -o module.mod modules.te
semodule_package -o module.pp -m module.mod
sudo semodule -i module.pp
```

## Uninstalling a module

```shell
sudo semodule -u module.pp
```