Skip to content
Snippets Groups Projects
Verified Commit cc7a6098 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(drivers): Make AMD drivers run as Super Privileged Containers

In order to make the amd drivers deployment SELinux aware, this patch
sets SELinux `type` to `spc_t`, which allows the container to access the
target paths and install the driver as intended.
parent 5f22d7d0
Branches
Tags
No related merge requests found
...@@ -26,3 +26,10 @@ spec: ...@@ -26,3 +26,10 @@ spec:
interval: 5m interval: 5m
values: values:
namespace: drivers-system namespace: drivers-system
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seLinuxOptions:
type: spc_t
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment