Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Heads up if you start X with startx; xorg-server suid flag
Date: Mon, 31 Dec 2012 10:41:11
Message-Id: kbrq0i$pj2$1@ger.gmane.org
In Reply to: [gentoo-user] Heads up if you start X with startx; xorg-server suid flag by Walter Dnes
1 On 31/12/12 08:28, Walter Dnes wrote:
2 > I ran an update on my netbook today, and couldn't fire up X. I
3 > checked out Google on my desktop, and found the website
4 > http://en.spontex.org/forum/thread/561/1/ which described the exact
5 > problem, and more importantly, the solution.
6 >
7 > * Up til now X has been installed suid by default. This is what allows
8 > regular users to start X with startx <G>.
9 >
10 > * According to /usr/portage/x11-base/xorg-server/ChangeLog USE="suid"
11 > has been enabled as of December 20, 2012. If you do not enable it,
12 > you will not be able to run startx as a regular user. xdm and other
13 > X login managers will still work.
14
15 The "suid" USE flag is enabled by default in the xorg-server ebuild:
16
17 IUSE="${IUSE_SERVERS} ipv6 minimal nptl selinux +suid tslib +udev"
18
19 Since you disabled it on your own, you now get to pick up the pieces.
20 It's what you wanted.