Merge pull request #218 from pop-os/fix/privileged_without_sec
This commit is contained in:
commit
fe7bbeb17a
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)
|
client_is_privileged(client)
|
||||||
} else {
|
} 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