Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k3s-io/k3s-selinux
SELinux policy for k3s
https://github.com/k3s-io/k3s-selinux
Last synced: 3 months ago
JSON representation
SELinux policy for k3s
- Host: GitHub
- URL: https://github.com/k3s-io/k3s-selinux
- Owner: k3s-io
- License: apache-2.0
- Created: 2020-02-24T05:58:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T17:04:27.000Z (5 months ago)
- Last Synced: 2024-09-16T20:59:48.298Z (5 months ago)
- Language: Shell
- Size: 72.3 KB
- Stars: 67
- Watchers: 11
- Forks: 20
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k3s-selinux
K3s selinux policy repository.## Signing Keys
- https://rpm.rancher.io/public.key
- https://rpm-testing.rancher.io/public.key## Versioning/Tagging
The version parsing logic for `rancher/k3s-selinux` expects tags to be of a certain format (that directly correlates to RPM naming)
The tag format should be as follows: `v{k3s-selinux-version}.{rpm channel}.{rpm release}` where
k3s-selinux-version is like `0.1`, `0.2`, etc.
rpm channel is like `testing`, `latest`, `stable`
rpm release is like `1`, `2`rpm release should index from `1` for released RPM's
The following list shows the expected tag to (example) transformation for RPM's
|Tag|Tree State|Output RPM|RPM Channel|Notes|
|:--|:---------|:---------|:----------|:----|
| master (no tag) | Clean | `k3s-selinux-0.0~0d52f7d8-0.el7_8.noarch.rpm` | Testing ||
| master (no tag) | Dirty | `k3s-selinux-0.0~0d52f7d8-0.el7_8.noarch.rpm` | Testing ||
| v0.2.testing.1 | Clean | `k3s-selinux-0.2-1.el7_8.noarch.rpm` | Testing ||
| v0.2.latest.1 | Clean | `k3s-selinux-0.2-1.el7_8.noarch.rpm` | Latest ||
| v0.2.latest.2 | Clean | `k3s-selinux-0.2-2.el7_8.noarch.rpm` | Latest ||