Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use custom SELinux launcher type for virt-launcher #578

Merged
merged 1 commit into from
Jun 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use custom SELinux launcher type for virt-launcher
Signed-off-by: Stu Gott <[email protected]>
stu-gott committed Jun 11, 2020
commit 84ee9a3a6d8d8f68ba234a0f10333c24f07a7657
2 changes: 1 addition & 1 deletion pkg/controller/hyperconverged/hyperconverged_controller.go
Original file line number Diff line number Diff line change
@@ -765,7 +765,7 @@ func newKubeVirtConfigForCR(cr *hcov1alpha1.HyperConverged, namespace string) *c
Data: map[string]string{
virtconfig.FeatureGatesKey: "DataVolumes,SRIOV,LiveMigration,CPUManager,CPUNodeDiscovery,Sidecar",
virtconfig.MigrationsConfigKey: `{"nodeDrainTaintKey" : "node.kubernetes.io/unschedulable"}`,
virtconfig.SELinuxLauncherTypeKey: "spc_t",
virtconfig.SELinuxLauncherTypeKey: "virt_launcher.process",
},
}
val, ok := os.LookupEnv("SMBIOS")