mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-30 19:01:54 +08:00
23 lines
587 B
JSON
23 lines
587 B
JSON
{
|
|
"luci-app-log-viewer": {
|
|
"description": "Grant access to log-viewer procedures",
|
|
"read": {
|
|
"cgi-io": [ "exec" ],
|
|
"file": {
|
|
"/sbin/logread*": [ "exec" ],
|
|
"/usr/sbin/logread*": [ "exec" ],
|
|
"/bin/dmesg -r": [ "exec" ],
|
|
"/var/log/messages": [ "read" ],
|
|
"/var/log/secure": [ "read" ],
|
|
"/var/log/maillog": [ "read" ],
|
|
"/var/log/cron": [ "read" ],
|
|
"/var/log/boot.log": [ "read" ]
|
|
},
|
|
"ubus": {
|
|
"system": [ "info" ],
|
|
"luci.log-viewer": [ "getSyslogSize", "getSyslogHash", "getDmesgSize", "getDmesgHash", "getLogfileSize" ]
|
|
}
|
|
}
|
|
}
|
|
}
|