Skip to content

Commit

Permalink
F #6439: Add deafult auth operation
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmontero committed Jan 31, 2024
1 parent 9de5e60 commit 1ee6498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion share/etc/oned.conf
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ DEFAULT_UMASK = 177
# - disk-snapshot, includes create, delete and revert actions
# - disk-attach, includes attach and detach actions
# - nic-attach, includes attach, detach and nic update actions
# - pci-attach, includes attach, detach operations of PCI devices
# - snapshot, includes create, delete and revert actions
# - resched, includes resched and unresched actions
# - migrate, includes migrate, live-migrate, poweroff-migrate actions
Expand All @@ -818,7 +819,7 @@ VM_ADMIN_OPERATIONS = "migrate, delete, recover, retry, deploy, resched, backup
VM_MANAGE_OPERATIONS = "undeploy, hold, release, stop, suspend, resume, reboot,
poweroff, disk-attach, nic-attach, disk-snapshot, terminate, disk-resize,
snapshot, updateconf, rename, resize, update, disk-saveas, sched-action,
sg-attach"
sg-attach, pci-attach"

VM_USE_OPERATIONS = ""

Expand Down

0 comments on commit 1ee6498

Please sign in to comment.