diff --git a/pbs-config/src/acl.rs b/pbs-config/src/acl.rs index a0354a05..f78d69cd 100644 --- a/pbs-config/src/acl.rs +++ b/pbs-config/src/acl.rs @@ -100,7 +100,8 @@ pub fn check_acl_path(path: &str) -> Result<(), Error> { return Ok(()); } match components[1] { - "certificates" | "disks" | "log" | "status" | "tasks" | "time" => { + "certificates" | "disks" | "log" | "notifications" | "status" | "tasks" + | "time" => { if components_len == 2 { return Ok(()); }