mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-07-27 04:44:57 +00:00
only add Permissions.Modify to SysAdmin role
This commit is contained in:
parent
fc21a5c220
commit
2e376c5849
@ -540,7 +540,6 @@ my $privgroups = {
|
||||
'VM.Modify',
|
||||
'VM.Allocate',
|
||||
'VM.Migrate',
|
||||
'Permissions.Modify',
|
||||
],
|
||||
user => [
|
||||
'VM.Console',
|
||||
@ -556,6 +555,7 @@ my $privgroups = {
|
||||
'Sys.Modify', # edit/change node settings
|
||||
],
|
||||
admin => [
|
||||
'Permissions.Modify',
|
||||
'Sys.Console',
|
||||
'Sys.Syslog',
|
||||
],
|
||||
@ -565,9 +565,7 @@ my $privgroups = {
|
||||
],
|
||||
},
|
||||
Datastore => {
|
||||
root => [
|
||||
'Permissions.Modify',
|
||||
],
|
||||
root => [],
|
||||
admin => [
|
||||
'Datastore.Allocate',
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user