[PULL] suid root wrapper for Xorg X server
Hans de Goede
hdegoede at redhat.com
Wed Mar 12 00:35:06 PDT 2014
<resend with list in the CC>
Hi Keith,
Please pull from my tree to add the suid root wrapper for Xorg X server
I've been working on. This completes my work on making the X server
run without root rights (the wrapper is a workaround for cars without kms
support).
The following changes since commit 96a28e9c914d7ae9b269f73a27b99cbd3c465ac8:
glx: Clear new FBConfig attributes to 0 by default. (2014-03-10 13:57:21 -0700)
are available in the git repository at:
git://people.freedesktop.org/~jwrdegoede/xserver for-keith
for you to fetch changes up to aec0dca94427cf60f33e8f1cf1fb2be1f8106a2a:
Xorg: Add a suid root wrapper (2014-03-11 09:23:00 +0100)
----------------------------------------------------------------
Hans de Goede (1):
Xorg: Add a suid root wrapper
configure.ac | 14 ++-
hw/xfree86/Makefile.am | 15 ++-
hw/xfree86/Xorg.sh.in | 11 ++
hw/xfree86/man/Makefile.am | 5 +
hw/xfree86/man/Xorg.wrap.man | 67 +++++++++++
hw/xfree86/man/Xwrapper.config.man | 1 +
hw/xfree86/xorg-wrapper.c | 231 +++++++++++++++++++++++++++++++++++++
include/dix-config.h.in | 6 +
include/xwin-config.h.in | 3 -
manpages.am | 1 +
10 files changed, 348 insertions(+), 6 deletions(-)
create mode 100644 hw/xfree86/Xorg.sh.in
create mode 100644 hw/xfree86/man/Xorg.wrap.man
create mode 100644 hw/xfree86/man/Xwrapper.config.man
create mode 100644 hw/xfree86/xorg-wrapper.c
Regards,
Hans
More information about the xorg-devel
mailing list