diff --git a/pkg/selinux/consts.go b/pkg/selinux/consts.go index 92fb4ea9..444a38c0 100644 --- a/pkg/selinux/consts.go +++ b/pkg/selinux/consts.go @@ -17,6 +17,6 @@ package selinux const ( - RTEContextType = "rte.process" + RTEContextType = "container_device_plugin_t" RTEContextLevel = "s0" )