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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T10:31:31.000Z (7 months ago)
- Last Synced: 2024-05-30T05:56:46.384Z (6 months ago)
- Language: Shell
- Size: 65.4 KB
- Stars: 62
- Watchers: 13
- Forks: 19
- Open Issues: 9
-
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 ||