small-package/luci-app-v2raya/root/usr/share/rpcd/acl.d/luci-app-v2raya.json

26 lines
492 B
JSON
Raw Normal View History

2022-02-12 16:05:03 +08:00
{
"luci-app-v2raya": {
2022-09-25 20:21:16 +08:00
"description": "Grant access to v2rayA configuration",
2022-02-12 16:05:03 +08:00
"read": {
2022-09-25 20:21:16 +08:00
"file": {
"/bin/mkdir -p /etc/v2raya/": [ "exec" ],
"/var/log/v2raya/v2raya.log": [ "read" ]
},
"ubus": {
"service": [ "list" ]
},
2022-02-12 16:05:03 +08:00
"uci": [ "v2raya" ]
},
"write": {
2022-09-25 20:21:16 +08:00
"file": {
"/etc/v2raya/grpc_certificate.crt": [ "write" ],
"/etc/v2raya/grpc_private.key": [ "write" ]
},
"ubus": {
"luci": [ "setInitAction" ]
},
2022-02-12 16:05:03 +08:00
"uci": [ "v2raya" ]
}
}
}