SHA256
1
0
forked from pool/gdm

Accepting request 737520 from home:zhangxiaofei:branches:GNOME:Factory

- Add gdm-initial-setup-hardening.patch: Introduce a persistent
  state file to prevent gnome-initial-setup from running if any
  regular users has previously logged into the system, replacing
  the current runtime state file that pervents initial-setup from
  running more than once per boot, so as to reduce the security
  attack surface.
  Make this fix openSUSE only for now as upstream discussion is
  heading another way involving more complicated mechanisms
  (boo#1140851, glgo#GNOME/gnome-initial-setup#76).
- Rebase gdm-disable-gnome-initial-setup.patch.

OBS-URL: https://build.opensuse.org/request/show/737520
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=432
This commit is contained in:
2019-10-11 20:06:13 +00:00
committed by Git OBS Bridge
parent 2fa9b9ed10
commit 30e8aa75e1
4 changed files with 118 additions and 19 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Oct 8 11:37:53 UTC 2019 - Felix Zhang <fezhang@suse.com>
- Add gdm-initial-setup-hardening.patch: Introduce a persistent
state file to prevent gnome-initial-setup from running if any
regular users has previously logged into the system, replacing
the current runtime state file that pervents initial-setup from
running more than once per boot, so as to reduce the security
attack surface.
Make this fix openSUSE only for now as upstream discussion is
heading another way involving more complicated mechanisms
(boo#1140851, glgo#GNOME/gnome-initial-setup#76).
- Rebase gdm-disable-gnome-initial-setup.patch.
-------------------------------------------------------------------
Mon Oct 7 10:02:43 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>