state: fix privileged access with sec context
This commit is contained in:
parent
bdaec558e0
commit
542fe1f52d
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ pub fn client_should_see_privileged_protocols(client: &Client) -> bool {
|
|||
{
|
||||
client_is_privileged(client)
|
||||
} else {
|
||||
client_has_no_security_context(client)
|
||||
client_is_privileged(client) || client_has_no_security_context(client)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue