projects
/
pve-firewall.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077323c
)
allow admins to delete security groups
author
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 18 Mar 2015 05:08:53 +0000
(06:08 +0100)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Wed, 18 Mar 2015 05:11:10 +0000
(06:11 +0100)
src/PVE/API2/Firewall/Rules.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/PVE/API2/Firewall/Rules.pm
b/src/PVE/API2/Firewall/Rules.pm
index 400cd7cdd15d30b6af3c6b03cc82a361fb18f636..1aa6d2747424e6905caccd42734eaf4734ec5798 100644
(file)
--- a/
src/PVE/API2/Firewall/Rules.pm
+++ b/
src/PVE/API2/Firewall/Rules.pm
@@
-359,6
+359,9
@@
__PACKAGE__->register_method({
method => 'DELETE',
description => "Delete security group.",
protected => 1,
+ permissions => {
+ check => ['perm', '/', [ 'Sys.Modify' ]],
+ },
parameters => {
additionalProperties => 0,
properties => {