From owner-freebsd-x11@FreeBSD.ORG Sun Jan 23 22:17:23 2005 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE8C816A4CE for ; Sun, 23 Jan 2005 22:17:23 +0000 (GMT) Received: from niobe.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0051743D1D for ; Sun, 23 Jan 2005 22:17:23 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (localhost.ijs.si [127.0.0.1]) by niobe.ijs.si (Postfix) with ESMTP id 311961DD6BC; Sun, 23 Jan 2005 23:17:22 +0100 (CET) Received: from niobe.ijs.si ([127.0.0.1]) by localhost (niobe.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60082-01; Sun, 23 Jan 2005 23:17:18 +0100 (CET) Received: from metatron.ijs.si (metatron.ijs.si [193.2.4.152]) by niobe.ijs.si (Postfix) with ESMTP id D04731DD6BB; Sun, 23 Jan 2005 23:17:18 +0100 (CET) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by metatron.ijs.si (Postfix) with ESMTP id 5A4171C00716; Sun, 23 Jan 2005 23:17:18 +0100 (CET) From: Dejan Lesjak To: Rostislav Krasny Date: Sun, 23 Jan 2005 23:17:17 +0100 User-Agent: KMail/1.7.2 References: <20050123215010.35354.qmail@web14821.mail.yahoo.com> In-Reply-To: <20050123215010.35354.qmail@web14821.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501232317.17851.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si cc: freebsd-x11@freebsd.org Subject: Re: same to the ports/51632 PR but in Xorg 6.8.1 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jan 2005 22:17:23 -0000 On Sunday 23 of January 2005 22:50, Rostislav Krasny wrote: > --- Dejan Lesjak wrote: > > On Sunday 23 of January 2005 18:45, Rostislav Krasny wrote: > > > Hello there. > > > > > > I use FreeBSD 5.3-RELEASE-p5 with current ports. No metter what locale > > > > I've > > > > > set, when I run 'xterm -lc &' I see following message in the new xterm > > > window: > > > > > > Warning: could not change ownership of tty -- pty is insecure! > > > > > > This is the same problem described in the ports/51632 PR about XFree86 > > > version of luit(1). Could you please fix it in the Xorg 6.8.1 port too? > > > > The same fix is already there. To quote a message from xorg-clients port: > > > > If you want to use xterm with locales in a secure manner, luit must be > > installed setuid. If you want to do this, hit Ctrl-C now and use > > "make WITH_SETUID_LUIT=yes" > > Thank you very much for quick response and this explanation. I didn't see > that message from xorg-clients port because instead of building each part > of the Xorg ports collection separately I builded and installed the X.Org > distribution metaport wich have xorg-clients as a dependecy. If > WITH_SETUID_LUIT could be set during 'make config' I was never missed this > configuration option. What do you think about making the WITH_SETUID_LUIT > so? You mean converting X11 ports to use OPTIONS? Hmm. Right now I'm a bit sceptical about this - there appear to be some trouble with using this stuff and as far as I know a better framework is being worked on and I wanted to wait for that to become available before I try playing with this. Dejan