update 2024-08-04 20:19:34

This commit is contained in:
actions-user 2024-08-04 20:19:34 +08:00
parent 2b93033b13
commit 0d8b91b3cc
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"luci-app-mosdns": {
"description": "Grant UCI access for luci-app-mosdns",
"read": {
"file": {
"file": {
"/etc/init.d/mosdns": [ "exec" ],
"/etc/mosdns/config_custom.yaml": [ "read" ],
"/etc/mosdns/rule/blocklist.txt": [ "read" ],
@ -18,7 +18,7 @@
},
"ubus": {
"file": [ "read" ],
"luci": [ "getConntrackHelpers" ]
"service": [ "list" ]
},
"uci": [ "mosdns" ]
},