mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
As of KernelKit Klish @ 710a631 the script plugin has been refactored to run all commands as the logged in user instead of as root. The default admin user is member of the wheel group, which allows access to sysrepo and sudo access to containers thanks to NOPASSWD rights. The doas script is a dummy wrapper to silence 'sudo -n' output for users without any privileges. As of this commit, unprivileged users can no longer copy, show, or in any other way manipulate the system configuraiton. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>