mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-08-03 05:19:13 +08:00
24 lines
357 B
JSON
24 lines
357 B
JSON
{
|
|
"luci-app-poweroffdevice": {
|
|
"description": "Grant UCI access for luci-app-poweroffdevice",
|
|
"read": {
|
|
"ubus": {
|
|
"system": [ "info" ],
|
|
},
|
|
"file": {
|
|
"/sbin/poweroff": [ "exec" ],
|
|
}
|
|
},
|
|
|
|
"write": {
|
|
"file": {
|
|
"/sbin/poweroff": [ "exec" ]
|
|
},
|
|
"ubus": {
|
|
"file": [ "exec" ],
|
|
"system": [ "poweroff" ]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|