Subject: Re: CVS commit: src/lib/libutil
To: Simon Burge <simonb@wasabisystems.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 06/18/2004 08:25:27
On Jun 18, 4:16pm, simonb@wasabisystems.com (Simon Burge) wrote:
-- Subject: Re: CVS commit: src/lib/libutil
| Christos Zoulas wrote:
|
| > Module Name: src
| > Committed By: christos
| > Date: Fri Jun 18 02:42:57 UTC 2004
| >
| > Modified Files:
| >
| > src/lib/libutil: openpty.3 pty.c
| >
| > Log Message:
| >
| > Don't allow openpty to succeed if the caller is non-superuser.
|
| Does this break script(1), window(1) and other non-setuid openpty
| users?
No, because /dev/ptm will open the pty and chown it to them.
christos