blob: 7111081bb91d51b08391f4741d4f39f66ff4174e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"luci-app-p910nd": {
"description": "Grant UCI access for luci-app-p910nd",
"read": {
"uci": [ "p910nd" ],
"file": {
"/usr/bin/find -L /dev -maxdepth 3 -type c -name lp*": ["exec"],
"/usr/libexec/opkg-call list-installed": ["exec"]
},
"ubus": {
"luci": [ "p910nd" ]
}
},
"write": {
"uci": [ "p910nd" ]
}
}
}
|