SHA256
1
0
forked from pool/gdm

Accepting request 573608 from home:qkzhu:branches:home:michalsrb:branches:bnc1075805

- Add runtime option to start X under root instead of regular user.
  Necessary if no DRI drivers are present. (bnc#1075805)
  * gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch
  * Updated X11-displaymanager-gdm to set the
    GDM_DISABLE_USER_DISPLAY_SERVER variable when needed.

GDM can currently start X server both ways - as regular user or as
root, unfortunately the only way to switch it is using a compilation
option. We need to run X as root in some cases, but want to keep the
increased security of running it under regular user in most cases.
This patch adds the ability to switch it using environmental
variable.

OBS-URL: https://build.opensuse.org/request/show/573608
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=378
This commit is contained in:
2018-02-08 12:02:45 +00:00
committed by Git OBS Bridge
parent d208b8f179
commit b451a7ac96
4 changed files with 113 additions and 0 deletions

View File

@@ -11,6 +11,15 @@ Tue Jan 30 07:48:01 UTC 2018 - yfjiang@suse.com
filename argument in gdm_settings_desktop_backend_new instead of
examining GDM_RUNTIME_CONF (bsc#1078030).
-------------------------------------------------------------------
Fri Jan 26 11:27:50 UTC 2018 - msrb@suse.com
- Add runtime option to start X under root instead of regular user.
Necessary if no DRI drivers are present. (bnc#1075805)
* gdm-add-runtime-option-to-disable-starting-X-server-as-u.patch
* Updated X11-displaymanager-gdm to set the
GDM_DISABLE_USER_DISPLAY_SERVER variable when needed.
-------------------------------------------------------------------
Fri Jan 19 10:27:26 UTC 2018 - fezhang@suse.com