Adjust README.Fedora file (do not use wrapper for Xorg any more).

This commit is contained in:
Bojan Smojver 2021-01-01 12:32:05 +11:00
parent b3d7804ca5
commit a78a0a8b3d
1 changed files with 0 additions and 14 deletions

View File

@ -14,20 +14,6 @@ Wayland do.
xorgxrdp
========
On Fedora, /usr/bin/Xorg is a script that starts either
/usr/libexec/Xorg.wrap, which is a SUID binary, or /usr/libexec/Xorg, if the
former does not exist. Xrdp binary makes sure that SUID of the Xorg.wrap
binary is not obeyed.
However, the Xorg.wrap has an additional hurdle to clear, because by default,
it will only allow users logged into the console to start it.
So, in order to run the Xorg xrdp session via xrogxrdp, normally a user
account not logged onto the console will be used. To avoid Xorg.wrap refusing
to run, put the following into /etc/X11/Xwrapper.config:
allowed_users = anybody
Note that xorgxrdp is not installed and configured by default. Each build
depends on specific binary version of Xorg, which tends to create very strict
installation dependencies that can be an inconvenience in EPEL.