Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS Program-Specific Users / Groups #117

Open
ProfessorManhattan opened this issue Nov 7, 2023 · 0 comments
Open

macOS Program-Specific Users / Groups #117

ProfessorManhattan opened this issue Nov 7, 2023 · 0 comments
Labels
question Further information is requested

Comments

@ProfessorManhattan
Copy link
Contributor

❔ What are you experiencing an issue with?

Latest Release

❔ Version

N/A

🐞 Description

During the installation process, if rclone is installed then a user named rclone and a group named rclone is created because the _groups key is defined. However, in a script when we try to run:

sudo chown rclone:rclone /etc/rclone.conf

Then, the following error is output:

chown: invalid group: 'rclone:rclone'

However, when I run sudo chown rclone:$(id -g -n) /etc/rclone.conf it works but it assigns the group as "staff". I'm not sure if this is something unique to my remotely managed corporate computer or because there is something else missing. However, I'd like to be able to label all the rclone stuff with the rclone group so that a user can be assigned that group and manage the file.

Looking for either an answer or a fix on this one.

⏺️ Steps To Reproduce

No response

📒 Relevant Log Output

No response

💡 Possible Solution

No response

@ProfessorManhattan ProfessorManhattan added the question Further information is requested label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant