mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-10 18:34:18 +08:00
22 lines
518 B
JSON
22 lines
518 B
JSON
{
|
|
"luci-app-rms": {
|
|
"description": "Grant UCI, file-upload and service-restart access for RMS configuration",
|
|
"read": {
|
|
"uci": [ "rms" ],
|
|
"file": {
|
|
"/etc/rms/certs/selfhosted": [ "list" ],
|
|
"/etc/rms/certs/selfhosted/*": [ "read" ],
|
|
"/tmp/rms/device_id": [ "read" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [ "rms" ],
|
|
"file": {
|
|
"/etc/rms/certs/selfhosted/*": [ "write", "remove" ],
|
|
"/etc/init.d/rms-agent restart": [ "exec" ],
|
|
"/etc/init.d/rms-telemetry restart": [ "exec" ]
|
|
}
|
|
}
|
|
}
|
|
}
|