luci/applications/luci-app-frpc/root/usr/share/rpcd/acl.d/luci-app-frpc.json
Huangbin Zhan 30e3d277b6 luci-app-frpc: add uci file read permissions
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-05-07 17:39:41 +08:00

15 lines
224 B
JSON

{
"luci-app-frpc": {
"description": "Grant access to LuCI app frpc",
"read": {
"file": {
"/etc/passwd": ["read"],
"/etc/group": ["read"]
},
"uci": ["frpc"]
},
"write": {
"uci": ["frpc"]
}
}
}