mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-11 02:44:57 +08:00
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"luci-app-shutdown": {
|
|
"description": "Grant access to LuCI shutdown/reboot app",
|
|
"read": {
|
|
"luci": [ "shutdown" ],
|
|
"uci": [ "system" ]
|
|
},
|
|
"write": {
|
|
"luci": [ "shutdown" ]
|
|
}
|
|
}
|
|
}
|