Skip to content

Commit

Permalink
Merge pull request #218 from pop-os/fix/privileged_without_sec
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix authored Nov 8, 2023
2 parents bdaec55 + 542fe1f commit fe7bbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit fe7bbeb

Please sign in to comment.