fix op:and not working for prop:value ACL rules

This commit is contained in:
Oliver Gorwits
2023-06-26 19:31:54 +01:00
parent 2da15f9c33
commit 33b4a6c231
2 changed files with 5 additions and 1 deletions

View File

@@ -254,7 +254,7 @@ sub check_acl {
}
}
return false if $all;
return false if $all and not $found;
next RULE;
}
@@ -317,6 +317,7 @@ sub check_acl {
else {
return false if $all;
}
next RULE;
}