Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

permissions for /opt are very loose #10

Closed
tepene opened this issue Apr 17, 2023 · 1 comment
Closed

permissions for /opt are very loose #10

tepene opened this issue Apr 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tepene
Copy link
Owner

tepene commented Apr 17, 2023

permissions for /opt are very loose -> chmod 777 -R /opt
this is a workaround since every user should be able to run pipx install ... without sudo. Maybe there's a better way to allow users running the box to write to the /opt/ folder without being root.

@tepene tepene added the enhancement New feature or request label Apr 17, 2023
@tepene tepene self-assigned this Apr 17, 2023
@tepene
Copy link
Owner Author

tepene commented Apr 17, 2023

needs sudo chown -R $USER:root /opt as -init-hooks https://distrobox.privatedns.org/usage/distrobox-create.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant