mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-26 08:42:12 +08:00
Restore suid bit for xorg server
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21867 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
52c951433d
commit
2420eeb4a7
@ -138,6 +138,7 @@
|
||||
|
||||
<screen><userinput>./configure $XORG_CONFIG \
|
||||
--enable-glamor \
|
||||
--enable-install-setuid \
|
||||
--enable-suid-wrapper \
|
||||
--with-xkb-output=/var/lib/xkb &&
|
||||
make</userinput></screen>
|
||||
@ -180,16 +181,16 @@ mkdir -pv /etc/X11/xorg.conf.d</userinput></screen>
|
||||
<parameter>--enable-suid-wrapper</parameter>: Build suid-root wrapper for
|
||||
legacy driver support on rootless xserver systems.
|
||||
</para>
|
||||
|
||||
<!--
|
||||
<para>
|
||||
<option>--disable-systemd-logind --enable-install-setuid</option>:
|
||||
<option>- -disable-systemd-logind - -enable-install-setuid</option>:
|
||||
These switches disable <phrase revision="systemd">systemd-logind</phrase>
|
||||
<phrase revision="sysv">elogind</phrase> integration and restore the
|
||||
setuid bit to the Xorg executable, allowing Xorg Server to work
|
||||
without having the <phrase revision="systemd">systemd</phrase>
|
||||
<phrase revision="elogind">elogind</phrase> PAM module configured.
|
||||
</para>
|
||||
|
||||
-->
|
||||
<para revision="sysv">
|
||||
<command>cat >> /etc/sysconfig/createfiles...</command>: This
|
||||
command creates the <filename class="directory">/tmp/.ICE-unix</filename>
|
||||
|
Loading…
Reference in New Issue
Block a user