mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 17:36:59 +02:00
Merge pull request #1699 from JAORMX/containerd-selinux
containerd: Enable SELinux labeling support by default
This commit is contained in:
commit
a2e46ed803
@ -27,6 +27,10 @@ runtime = "runc"
|
|||||||
# live restore is not supported
|
# live restore is not supported
|
||||||
no_shim = false
|
no_shim = false
|
||||||
|
|
||||||
|
[plugins."io.containerd.grpc.v1.cri"]
|
||||||
|
# enable SELinux labeling
|
||||||
|
enable_selinux = true
|
||||||
|
|
||||||
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
|
[plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc]
|
||||||
# setting runc.options unsets parent settings
|
# setting runc.options unsets parent settings
|
||||||
runtime_type = "io.containerd.runc.v2"
|
runtime_type = "io.containerd.runc.v2"
|
||||||
|
@ -0,0 +1,2 @@
|
|||||||
|
- Made SELinux enabled by default in default containerd configuration file. ([PR#1699](https://github.com/flatcar-linux/coreos-overlay/pull/1699))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user