mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-02 21:09:32 +08:00
12 lines
162 B
JSON
12 lines
162 B
JSON
{
|
|
"luci-app-cupsd": {
|
|
"description": "Grant UCI access for luci-app-cupsd",
|
|
"read": {
|
|
"uci": [ "cupsd" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "cupsd" ]
|
|
}
|
|
}
|
|
}
|