Skip to content

Commit

Permalink
Use custom SELinux launcher type for virt-launcher
Browse files Browse the repository at this point in the history
Signed-off-by: Stu Gott <[email protected]>
  • Loading branch information
stu-gott committed Jun 11, 2020
1 parent de2272c commit 84ee9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/hyperconverged/hyperconverged_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 84ee9a3

Please sign in to comment.