forked from pool/yast2-installation
- Do not stop xvnc.socket but run the YaST2-Second-Stage and
YaST2-Firsboot services before it in order to prevent early vnc connections (bsc#1197265) -4.4.50 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=1167
This commit is contained in:
parent
befd78d0a2
commit
b79fa3e051
@ -6,7 +6,7 @@ After=purge-kernels.service
|
||||
Conflicts=plymouth-start.service
|
||||
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service
|
||||
Before=display-manager.service
|
||||
Before=display-manager.service xvnc.socket
|
||||
ConditionPathExists=/var/lib/YaST2/reconfig_system
|
||||
OnFailure=shutdown.target
|
||||
|
||||
|
@ -10,8 +10,8 @@ Conflicts=plymouth-start.service
|
||||
Before=getty@tty1.service getty@tty2.service getty@tty3.service getty@tty4.service getty@tty5.service getty@tty6.service
|
||||
Before=serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
|
||||
Before=serial-getty@hvc0.service serial-getty@ttyAMA0.service serial-getty@ttysclp0.service
|
||||
# Prevent too early user login (bsc#1196594)
|
||||
Before=display-manager.service
|
||||
# Prevent too early user login (bsc#1196594) and too early vnc connection (bsc#1197265)
|
||||
Before=display-manager.service xvnc.socket
|
||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||
|
||||
[Service]
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64b84d1ac167bc1bfde11a079a93b7234989939ce368e985d7b8b3e24ea42a2f
|
||||
size 1482217
|
3
yast2-installation-4.4.50.tar.bz2
Normal file
3
yast2-installation-4.4.50.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c4effb34eb9e1dc311e36587d6fefacad2795e5d46735256fef29fb5740a697
|
||||
size 1481943
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 11:20:47 UTC 2022 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
- Do not stop xvnc.socket but run the YaST2-Second-Stage and
|
||||
YaST2-Firsboot services before it in order to prevent early
|
||||
vnc connections (bsc#1197265)
|
||||
-4.4.50
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 12:46:16 UTC 2022 - Knut Anderssen <kanderssen@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.4.49
|
||||
Version: 4.4.50
|
||||
Release: 0
|
||||
Summary: YaST2 - Installation Parts
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user