This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
Disable selinux #2442
Comments
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this issue
Feb 7, 2020
Till we implement support for selinux, disable selinux by not passing selinux labels in the container spec. Fixes kata-containers#2442 Signed-off-by: Archana Shinde <[email protected]>
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this issue
Feb 7, 2020
Till we implement support for selinux, disable selinux by not passing selinux labels in the container spec. Fixes kata-containers#2442 Signed-off-by: Archana Shinde <[email protected]>
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this issue
Feb 7, 2020
Till we implement support for selinux, disable selinux by not passing selinux labels in the container spec. Fixes kata-containers#2442 Signed-off-by: Archana Shinde <[email protected]>
amshinde
added a commit
to amshinde/kata-runtime
that referenced
this issue
Feb 7, 2020
Till we implement support for selinux, disable selinux by not passing selinux labels in the container spec. Fixes kata-containers#2442 Signed-off-by: Archana Shinde <[email protected]>
evanfoster
pushed a commit
to evanfoster/runtime
that referenced
this issue
Mar 9, 2020
Till we implement support for selinux, disable selinux by not passing selinux labels in the container spec. Fixes kata-containers#2442 Signed-off-by: Archana Shinde <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Kata fails when selinux policy is enforced and the container manager passes those labels in the OCI spec as reported in this issue:
#784
We should implement support for selinux. The first basic step would be to add selinux file system mount in the guest.
Before implementing support for selinux, lets disable it by not passing the selinux labels to the container running in the guest, to unblock users running kata on a system with selinux policy enforced.
The text was updated successfully, but these errors were encountered: