aicers / roxy

A root proxy that executes a system command requiring the root privilege
Apache License 2.0
0 stars 1 forks source link

Required to read configurations from file #1

Open syncpark opened 2 years ago

syncpark commented 2 years ago
msk commented 2 years ago

Does a backup require the root privilege? If not, it shouldn't be in Roxy. Since Roxy runs as root, we should minimize its capability, keeping only those features that have to run as root.

syncpark commented 2 years ago

Yes. Not for Data backup. But for OS backup and restore, factory reset requires root privilege. I thought Roxy can be used to manage System configuration and Process management (Postgres, Kafka, REview, Hog, ...) via Cli or Web UI.

How about adding a binary to Roxy sharing the task?