mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 02:31:47 +08:00
27 lines
608 B
JSON
27 lines
608 B
JSON
{
|
|
"luci-app-wechatpush": {
|
|
"description": "Grant UCI access for luci-app-wechatpush",
|
|
"read": {
|
|
"file": {
|
|
"/etc/init.d/wechatpush": [ "exec" ],
|
|
"/proc/net/arp": [ "read" ],
|
|
"/usr/share/wechatpush/wechatpush": [ "exec" ],
|
|
"/tmp/wechatpush/*": [ "read" ],
|
|
"/usr/share/wechatpush/api/*": [ "read" ],
|
|
"/usr/libexec/wechatpush-call": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "wechatpush" ]
|
|
},
|
|
"write": {
|
|
"file": {
|
|
"/usr/share/wechatpush/api/*": [ "write" ],
|
|
"/tmp/wechatpush/*": [ "write" ]
|
|
},
|
|
"uci": [ "wechatpush" ]
|
|
}
|
|
}
|
|
}
|