op-packages/luci-app-ssrust/root/usr/share/rpcd/acl.d/luci-app-shadowsocks-rust.json
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

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