mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
Fix typo in domain name in polkit acl example
Signed-off-by: Daniel P. Berrange <dan@berrange.com>
This commit is contained in:
parent
68a9637b2c
commit
b6c7e3bb52
@ -398,7 +398,7 @@ polkit.addRule(function(action, subject) {
|
||||
if (action.id == "org.libvirt.api.domain.getattr" &&
|
||||
subject.user == "berrange") {
|
||||
if (action._detail_connect_driver == 'LXC' &&
|
||||
action._detail_domain_name == 'busy') {
|
||||
action._detail_domain_name == 'demo') {
|
||||
return polkit.Result.YES;
|
||||
} else {
|
||||
return polkit.Result.NO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user