update 2024-08-04 20:30:45

This commit is contained in:
kenzok8 2024-08-04 20:30:45 +08:00
parent 6515a015f4
commit ed5007033b
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
"luci-app-airconnect": {
"description": "Grant UCI access for luci-app-airconnect",
"read": {
"ubus": {
"service": [ "list" ]
},
"uci": [ "airconnect" ]
},
"write": {

View File

@ -18,7 +18,7 @@
},
"ubus": {
"file": [ "read" ],
"luci": [ "getConntrackHelpers" ]
"service": [ "list" ]
},
"uci": [ "mosdns" ]
},