small-packages/luci-app-wechatpush/root/usr/share/rpcd/acl.d/luci-app-wechatpush.json
2026-05-10 09:48:30 +08:00

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" ]
}
}
}