mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
update 2024-08-04 20:30:45
This commit is contained in:
parent
6515a015f4
commit
ed5007033b
@ -2,6 +2,9 @@
|
||||
"luci-app-airconnect": {
|
||||
"description": "Grant UCI access for luci-app-airconnect",
|
||||
"read": {
|
||||
"ubus": {
|
||||
"service": [ "list" ]
|
||||
},
|
||||
"uci": [ "airconnect" ]
|
||||
},
|
||||
"write": {
|
||||
|
@ -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" ]
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user