small-packages/luci-app-poweroffdevice/root/usr/share/rpcd/acl.d/luci-app-poweroffdevice.json
2026-05-10 09:48:30 +08:00

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" ]
}
}
}
}