mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-29 04:21:48 +08:00
33 lines
749 B
JSON
33 lines
749 B
JSON
{
|
|
"luci-app-syscontrol": {
|
|
"description": "Grant access to system control functions",
|
|
"read": {
|
|
"ubus": {
|
|
"system": [ "info" ],
|
|
"file": [ "read" ],
|
|
"service": [ "list" ]
|
|
},
|
|
"uci": [ "system", "77_syscontrol" ],
|
|
"file": {
|
|
"/sbin/poweroff": [ "exec" ],
|
|
"/usr/bin/ram_release.sh": [ "exec" ],
|
|
"/var/log/ram_release.log": [ "read" ],
|
|
"/etc/init.d/ram_release": [ "exec" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"system": [ "drop_caches", "reboot" ],
|
|
"file": [ "exec", "write" ],
|
|
"service": [ "start", "stop" ]
|
|
},
|
|
"uci": [ "77_syscontrol" ],
|
|
"file": {
|
|
"/usr/bin/ram_release.sh": [ "exec" ],
|
|
"/var/log/ram_release.log": [ "write" ],
|
|
"/etc/init.d/ram_release": [ "exec" ]
|
|
}
|
|
}
|
|
}
|
|
}
|