packages/utils/rpcd-mod-packagelist/files/packagelist.acl
Paul Spooren 0d2e674aa1 rpcd-mod-packagelist: add package
Provides a way to acquire the list of installed packages without the
need to have opkg available. It is being used for the GSoC 17 project
implementing easy sysupgrade functionality.

Signed-off-by: Paul Spooren <paul@spooren.de>
2017-07-25 17:54:24 +02:00

12 lines
158 B
Text

{
"packagelist": {
"description": "get list of installed software packages",
"read": {
"ubus": {
"packagelist": [
"list"
]
}
}
}
}