Running beeond as a non-root user #24
Unanswered
srstsavage
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are experimenting with beegfs and beeond and are trying to reason how to run beeond as a non-root user. Does any official guidance or advice on running beeond in a non-root environment exist?
Looking at the
beeond
source, there are several commands used (e.g.mount
) that are normally only allowed for root/sudo. If a script option was added to execute those commands usingsudo
, it should be possible to runbeeond
using sudoers rules granting the non-root user permissions for the relevant commands (and also restricting themount
command as needed etc). Would the maintainers be open to a pull request on the beeond script adding optionalsudo
support?Any other relevant advice is greatly appreciated! Thank you.
Beta Was this translation helpful? Give feedback.
All reactions