From ef7eef0f68af6bfbb4ee56115ac2f3c1b7425755 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 15 Sep 2005 05:55:21 +0000 Subject: [PATCH] Bug #4046: Install the X.Org server setuid root. (David Schleef) --- ChangeLog | 7 ++++++- hw/xfree86/Makefile.am | 4 ++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b36fa9b8a..dd909167b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,15 @@ +2005-09-14 Eric Anholt + + * hw/xfree86/Makefile.am: + Bug #4046: Install the X.Org server setuid root. (David Schleef) + 2005-09-14 Eric Anholt * configure.ac: * hw/xfree86/Makefile.am: Bug #3889: Create the log dir on install, and allow configuring specifically that directory. Failure to have the directory keeps the - xorg server from starting. + xorg server from starting. (David Schleef) 2005-09-14 Eric Anholt diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am index de62ebe50..5de87c9e6 100644 --- a/hw/xfree86/Makefile.am +++ b/hw/xfree86/Makefile.am @@ -66,3 +66,7 @@ endif install-data-local: $(mkdir_p) $(logdir) + +install-exec-local: + chown root $(DESTDIR)$(bindir)/Xorg + chmod u+s $(DESTDIR)$(bindir)/Xorg