obuspa: Updated admin acl for SelfTestDiagnostics

This commit is contained in:
Vivek Kumar Dutta 2024-01-23 17:15:26 +05:30
parent 16aeb4e6fe
commit 97f5d60d7c
2 changed files with 12 additions and 1 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obuspa
PKG_VERSION:=7.0.5.9
PKG_VERSION:=7.0.5.10
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -82,6 +82,17 @@
"PERMIT_SUBS_EVT_OPER_COMP"
]
},
{
"object": "Device.SelfTestDiagnostics()",
"perm": [
"PERMIT_GET",
"PERMIT_GET_INST",
"PERMIT_OBJ_INFO",
"PERMIT_CMD_INFO",
"PERMIT_OPER",
"PERMIT_SUBS_EVT_OPER_COMP"
]
},
{
"object": "Device.FactoryReset()",
"perm": [