mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 04:03:01 +02:00
The reason for this is: 1) We want to use the same fetch tool for all operational data, to avoid having duplicated xpaths scattered across the repo. 2) We want to call this directly from the CLI, which means it need to be escape safe. A unprivileged user shall be able to use it but not escape into a shell or do other malicious stuff. Signed-off-by: Richard Alpe <richard@bit42.se>
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
config BR2_PACKAGE_SHOW
|
|
bool "show"
|
|
help
|
|
Tool to retrieve and present operational data from sysrepo.
|
|
|
|
https://github.com/kernelkit/infix
|