Files
op-packages/luci-app-ssrust/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-rust.json
T

21 lines
403 B
JSON

{
"luci-app-shadowsocks-rust": {
"description": "Grant service list access to LuCI app shadowsocks-rust",
"read": {
"file": {
"/usr/bin/ssservice genkey --encrypt-method *": [ "exec" ]
},
"ubus": {
"service": [ "list" ]
},
"uci": [ "shadowsocks-rust" ]
},
"write": {
"file": {
"/etc/shadowsocks-rust/*": [ "write" ]
},
"uci": [ "shadowsocks-rust" ]
}
}
}