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

25 lines
309 B
JSON

{
"luci-app-sms-tool": {
"description": "Grant UCI and file access for luci-app-sms-tool",
"read": {
"file": {
"/usr/bin/sms_tool *": [ "exec" ],
},
"uci": [ "sms_tool" ]
},
"write": {
"file": {
"/usr/bin/sms_tool *": [ "exec" ],
},
"uci": [ "sms_tool" ]
}
}
}