forked from pool/xorg-x11-server
- 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:
parent
193054f9e4
commit
5f5d510726
@ -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
|
||||||
|
|
||||||
|
@ -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" \
|
||||||
|
Loading…
Reference in New Issue
Block a user