luci/applications/luci-app-splash/root/usr/share/rpcd/acl.d/luci-app-splash.json

12 lines
176 B
JSON
Raw Normal View History

{
"luci-app-splash": {
"description": "Grant UCI access for luci-app-splash",
"read": {
"uci": [ "luci_splash" ]
},
"write": {
"uci": [ "luci_splash" ]
}
}
}