open-vm-tools/pam-vmtoolsd.patch
Kirk Allan 83f757dc98 Accepting request 843444 from home:kallan:branches:Virtualization:VMware
- Update to 11.2.0 (build 16938113) (boo#1177987)
  + Fixed memory leak occurs in disk device mapping information for IDE,
    SATA or SAS (LSI Logic SAS) disks configured in the guest.
  + The following issues and pull requests reported on
    https://github.com/vmware/open-vm-tools have been addressed:
      https://github.com/vmware/open-vm-tools/issues/429
      https://github.com/vmware/open-vm-tools/pull/431
      https://github.com/vmware/open-vm-tools/pull/432
      https://github.com/vmware/open-vm-tools/issues/452
  + A number of Coverity reported errors and false positives have been
    addressed.
  + A complete list of the granular changes that are in the open-vm-tools
    11.2.0 release is available at:
      https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog
- Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line
  from the new suse file.  Modified the Makefile.am to copy the suse file to
  the /etc/pam.d/vmtoolsd file rather than the default generic file.

OBS-URL: https://build.opensuse.org/request/show/843444
OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=401
2020-10-22 14:29:08 +00:00

22 lines
816 B
Diff

--- a/open-vm-tools/pam/suse
+++ b/open-vm-tools/pam/suse
@@ -1,6 +1,5 @@
+#%PAM-1.0
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
-
--- a/open-vm-tools/services/vmtoolsd/Makefile.am
+++ b/open-vm-tools/services/vmtoolsd/Makefile.am
@@ -78,7 +78,7 @@ install-data-hook:
install-exec-hook:
$(INSTALL) -d $(DESTDIR)/etc/vmware-tools
$(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/
- $(INSTALL) $(top_srcdir)/pam/generic $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
+ $(INSTALL) $(top_srcdir)/pam/suse $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
uninstall-hook:
rm -f $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd