detail:=fmt.Sprintf("seLinuxOptions.level on %s does not match required level. Found %s, wanted %s",container.Name,seLinux.Level,s.opts.SELinuxOptions.Level)
detail:=fmt.Sprintf("must be %s",s.opts.SELinuxOptions.Level)
detail:=fmt.Sprintf("seLinuxOptions.role on %s does not match required role. Found %s, wanted %s",container.Name,seLinux.Role,s.opts.SELinuxOptions.Role)
detail:=fmt.Sprintf("must be %s",s.opts.SELinuxOptions.Role)
detail:=fmt.Sprintf("seLinuxOptions.type on %s does not match required type. Found %s, wanted %s",container.Name,seLinux.Type,s.opts.SELinuxOptions.Type)
detail:=fmt.Sprintf("must be %s",s.opts.SELinuxOptions.Type)
detail:=fmt.Sprintf("seLinuxOptions.user on %s does not match required user. Found %s, wanted %s",container.Name,seLinux.User,s.opts.SELinuxOptions.User)
detail:=fmt.Sprintf("must be %s",s.opts.SELinuxOptions.User)