diff --git a/sulu/sulu-builder/Makefile b/sulu/sulu-builder/Makefile index 0804dc2bc..5118f3090 100644 --- a/sulu/sulu-builder/Makefile +++ b/sulu/sulu-builder/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sulu-builder -PKG_VERSION:=4.0.9 +PKG_VERSION:=4.0.10 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git diff --git a/sulu/sulu-builder/files/etc/users/roles/admin.json b/sulu/sulu-builder/files/etc/users/roles/admin.json index 4ff6bc21a..0165d3ff0 100644 --- a/sulu/sulu-builder/files/etc/users/roles/admin.json +++ b/sulu/sulu-builder/files/etc/users/roles/admin.json @@ -239,6 +239,32 @@ "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.", "perm": [