Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hspaans/selinux
- Owner: hspaans
- License: mit
- Created: 2020-06-28T10:45:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T23:06:03.000Z (over 1 year ago)
- Last Synced: 2023-10-02T00:46:16.144Z (over 1 year ago)
- Topics: docker, linux, module, selinux, vscode
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```