Re: preventing a user to start a process
From: Thomas Krause (freebsd-isp_at_chef-ingenieur.de)
Date: 07/26/05
- Previous message: Gustavo A. Baratto: "Re: preventing a user to start a process"
- In reply to: Eric Anderson: "Re: preventing a user to start a process"
- Next in thread: Roman Volf: "Re: preventing a user to start a process"
- Reply: Roman Volf: "Re: preventing a user to start a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 26 Jul 2005 01:11:03 +0200 To: Eric Anderson <anderson@centtech.com>
Eric Anderson schrieb:
> Thomas Krause wrote:
>
>> Hello,
>> is it possible to bar a user (www) from starting a process?
>> I've a irc daemon running under the uid www. I think
>> this was done by php. What would be the best way to prevent
>> this (php should be remain usable)? I've installed ipfw rules,
>> but this doesn't prevent the starting of the process.
>
>
> Change the permissions on the file to not allow world execution?
>
> chmod 750 /path/to/irc-daemon
the daemon was
- downloaded
- extracted
- started
by user www in dir /var/tmp, which has permission 1777
Regards,
Thomas.
>
> and make sure it isn't owner by www user, and the www user is not in the
> group that owns the daemon.
>
> Eric
>
>
>
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Gustavo A. Baratto: "Re: preventing a user to start a process"
- In reply to: Eric Anderson: "Re: preventing a user to start a process"
- Next in thread: Roman Volf: "Re: preventing a user to start a process"
- Reply: Roman Volf: "Re: preventing a user to start a process"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|