1
0

- Set configure option --enable-suid-wrapper for TW:

This way, the SUID wrapper is built which allows to run the Xserver
  as root even though the the DM instance runs as user. This allows to
  support drivers which require direct HW access.

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=625
This commit is contained in:
Egbert Eich 2016-04-07 16:03:27 +00:00 committed by Git OBS Bridge
parent 193054f9e4
commit 5f5d510726
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Apr 7 15:53:39 UTC 2016 - eich@suse.com
- Set configure option --enable-suid-wrapper for TW:
This way, the SUID wrapper is built which allows to run the Xserver
as root even though the the DM instance runs as user. This allows to
support drivers which require direct HW access.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 4 20:11:13 UTC 2016 - tobias.johannes.klausmann@mni.thm.de Mon Apr 4 20:11:13 UTC 2016 - tobias.johannes.klausmann@mni.thm.de

View File

@ -373,6 +373,9 @@ export PCI_TXT_IDS_DIR=%{pci_ids_dir}
--enable-xwayland \ --enable-xwayland \
%else %else
--disable-xwayland \ --disable-xwayland \
%endif
%if 0%{?suse_version} >= 1330
--enable-suid-wrapper \
%endif %endif
--with-log-dir="/var/log" \ --with-log-dir="/var/log" \
--with-os-name="openSUSE" \ --with-os-name="openSUSE" \