[pbs-devel] [PATH proxmox-backup v1 03/12] check_acl_path: add /access/domains
Dietmar Maurer
dietmar at proxmox.com
Tue Jun 22 10:56:11 CEST 2021
---
src/config/acl.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/config/acl.rs b/src/config/acl.rs
index 04d42854..b04dfc0c 100644
--- a/src/config/acl.rs
+++ b/src/config/acl.rs
@@ -283,7 +283,7 @@ pub fn check_acl_path(path: &str) -> Result<(), Error> {
return Ok(());
}
match components[1] {
- "acl" | "users" => {
+ "acl" | "users" | "domains" => {
if components_len == 2 {
return Ok(());
}
--
2.30.2
More information about the pbs-devel
mailing list