pbs-config: acl: add /system/notifications as known ACL path
This one will be used for configuring the new notification stack. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Gabriel Goller <g.goller@proxmox.com> Reviewed-by: Gabriel Goller <g.goller@proxmox.com> Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d9f0ec5769
commit
fb0c163789
@ -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(());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user