Accepting request 815578 from home:kallan:branches:Virtualization:VMware

- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764)
- Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from
  pam-vmtoolsd.patch as instructed by vmware (boo#1171003).  
  This should fix both (boo#1171003) and (bsc#1172693).

OBS-URL: https://build.opensuse.org/request/show/815578
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=394
This commit is contained in:
Kirk Allan 2020-06-17 17:57:48 +00:00 committed by Git OBS Bridge
parent 47f0052ddf
commit 47de722243
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jun 17 14:12:18 UTC 2020 - Kirk Allan <kallan@suse.com>
- jsc#ECO-2164 for update 11.1.0 (build 16036546) (boo#1171764)
- Fixed bug (bsc#1172693) by removing the 'pam_securetty.so' line from
pam-vmtoolsd.patch as instructed by vmware (boo#1171003).
This should fix both (boo#1171003) and (bsc#1172693).
-------------------------------------------------------------------
Wed Jun 3 20:56:17 UTC 2020 - Kirk Allan <kallan@suse.com>

View File

@ -1,6 +1,6 @@
--- a/open-vm-tools/scripts/linux/pam.d/vmtoolsd
+++ b/open-vm-tools/scripts/linux/pam.d/vmtoolsd
@@ -1,7 +1,6 @@
@@ -1,7 +1,5 @@
#%PAM-1.0
-auth required pam_shells.so
-auth sufficient pam_unix.so shadow
@ -10,6 +10,5 @@
-account required pam_unix_acct.so
+auth required pam_shells.so
+auth requisite pam_nologin.so
+auth [user_unknown=ignore success=ok ignore=ignore auth_err=die default=bad] pam_securetty.so
+auth include common-auth
+account include common-account