fix: remount needs sudo
This commit is contained in:
parent
154a3ba98a
commit
6872e4191a
@ -7,7 +7,7 @@ path "sys/mounts/${tenant_prefix}/*" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
path "sys/remount" {
|
path "sys/remount" {
|
||||||
capabilities = ["update"]
|
capabilities = ["update", "sudo"]
|
||||||
allowed_parameters = {
|
allowed_parameters = {
|
||||||
"from" = ["${tenant_prefix}/*"]
|
"from" = ["${tenant_prefix}/*"]
|
||||||
"to" = ["${tenant_prefix}/*"]
|
"to" = ["${tenant_prefix}/*"]
|
||||||
|
Loading…
Reference in New Issue
Block a user