[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] sudo-install
From: |
Ivan Raikov |
Subject: |
Re: [Chicken-hackers] sudo-install |
Date: |
Mon, 25 Feb 2008 10:28:16 +0900 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
I like those ideas. Indeed, some Unix tools check if run under su or
sudo (i.e. effective user id != real user id), and use superuser
privileges only for system-wide operations. And using a temporary
directory in $USER/tmp or /tmp for the installation should have become
the default behavior a long time ago. Does anybody want to look at,
or shall I make those changes to chicken-setup?
-Ivan
Thomas Christian Chust <address@hidden> writes:
> Hello,
>
> wouldn't it be a solution if chicken-setup would downgrade its
> priviliges to a regular user for everything but installation of files
> in case it was run as root?
>
> I would also suggest that chicken-setup should download, unpack and
> compile eggs in a fresh temporary directory instead of the current
> one, unless explicitly instructed not to do so.
- [Chicken-hackers] sudo-install, Felix Winkelmann, 2008/02/23
- Re: [Chicken-hackers] sudo-install, Thomas Christian Chust, 2008/02/24
- Re: [Chicken-hackers] sudo-install,
Ivan Raikov <=
- Re: [Chicken-hackers] sudo-install, felix winkelmann, 2008/02/25
- Re: [Chicken-hackers] sudo-install, Ivan Raikov, 2008/02/25
- Re: [Chicken-hackers] sudo-install, felix winkelmann, 2008/02/25
- Re: [Chicken-hackers] sudo-install, Ivan Raikov, 2008/02/25
- Re: [Chicken-hackers] sudo-install, felix winkelmann, 2008/02/26
- Re: [Chicken-hackers] sudo-install, Ivan Raikov, 2008/02/26
Re: [Chicken-hackers] sudo-install, felix winkelmann, 2008/02/25