Opened 11 years ago
Last modified 14 months ago
#1113 closed defect
chicken-install -s should not use sudo if it is not necessary — at Version 1
Reported by: | Christian Kellermann | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | unknown | Version: | 4.8.x |
Keywords: | chicken-install, sudo | Cc: | |
Estimated difficulty: | hard |
Description (last modified by )
Currently chicken-install -s unconditionally invokes sudo which installs eggs with root permissions even in the case of local installs, i.e. in your own home directory.
I would expect it to be smarter and use only sudo if the current permissions aren't enough to install an egg.
Note: See
TracTickets for help on using
tickets.