Re: Chown as regular user?
From: Michael Heiming (michael+USENET_at_www.heiming.de)
Date: 05/26/05
- Next message: SimonV: "Re: Chown as regular user?"
- Previous message: SimonV: "Re: Chown as regular user?"
- In reply to: Stachu 'Dozzie' K.: "Re: Chown as regular user?"
- Next in thread: SimonV: "Re: Chown as regular user?"
- Reply: SimonV: "Re: Chown as regular user?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 May 2005 15:33:56 +0200
In comp.os.linux.security Stachu 'Dozzie' K. <dozzie@dynamit.im.pwr.wroc.pl.nospam>:
> On 26.05.2005, Michael Heiming <michael+USENET@www.heiming.de> wrote:
>> In comp.os.linux.security SimonV <Simon.vanherweghe@gmail.com>:
>>> Hi,
>>> I'm working on a web-based hosting administration in php. (Debian
>>> Linux)
>>> For the creation of new web directories and other server manipulations,
>>> I use perl scripts that I've set-uid to a user who has the rights in
>>> those directories.
>>> Everything works fine so far, but now, the mail and ftp directory
>>> should have their own user and group i.o. the user who created them.
>>> But I've just read in a book that only a root user can do a chown...
>>> I've tested it, and indeed, it isn't possible to do it, except when I'm
>>> root.
>>
>>> And it isn't that safe to set-uid my scripts as root user.
>>
>> Sure it is, the kernel will happily ignore the SUID bit on
>> scripts.;)
> Have you heard about suidperl?
That's more or less the same as using sudo, a wrapper running
with rootly powers will call your script, again SUID bits on
scripts will be happily ignored by the Linux kernel as it should
be.
-- Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94) mail: echo zvpunry@urvzvat.qr | perl -pe 'y/a-z/n-za-m/' #bofh excuse 249: Unfortunately we have run out of bits/bytes/whatever. Don't worry, the next supply will be coming next week.
- Next message: SimonV: "Re: Chown as regular user?"
- Previous message: SimonV: "Re: Chown as regular user?"
- In reply to: Stachu 'Dozzie' K.: "Re: Chown as regular user?"
- Next in thread: SimonV: "Re: Chown as regular user?"
- Reply: SimonV: "Re: Chown as regular user?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|