mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
sulu: Added Firewall in admin ACL
This commit is contained in:
parent
52d5bf6db6
commit
3f079d7543
2 changed files with 27 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sulu-builder
|
PKG_NAME:=sulu-builder
|
||||||
PKG_VERSION:=4.0.9
|
PKG_VERSION:=4.0.10
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
|
|
|
||||||
|
|
@ -239,6 +239,32 @@
|
||||||
"PERMIT_SUBS_EVT_OPER_COMP"
|
"PERMIT_SUBS_EVT_OPER_COMP"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"object": "Device.Firewall.",
|
||||||
|
"perm": [
|
||||||
|
"PERMIT_GET",
|
||||||
|
"PERMIT_OBJ_INFO",
|
||||||
|
"PERMIT_SET",
|
||||||
|
"PERMIT_SUBS_VAL_CHANGE"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"object": "Device.Firewall.DMZ.",
|
||||||
|
"perm": [
|
||||||
|
"PERMIT_GET",
|
||||||
|
"PERMIT_GET_INST",
|
||||||
|
"PERMIT_OBJ_INFO",
|
||||||
|
"PERMIT_CMD_INFO",
|
||||||
|
"PERMIT_SET",
|
||||||
|
"PERMIT_ADD",
|
||||||
|
"PERMIT_DEL",
|
||||||
|
"PERMIT_OPER",
|
||||||
|
"PERMIT_SUBS_VAL_CHANGE",
|
||||||
|
"PERMIT_SUBS_OBJ_ADD",
|
||||||
|
"PERMIT_SUBS_OBJ_DEL",
|
||||||
|
"PERMIT_SUBS_EVT_OPER_COMP"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"object": "Device.PPP.",
|
"object": "Device.PPP.",
|
||||||
"perm": [
|
"perm": [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue