diff options
| author | Lorenzo Castelli <lcastelli@google.com> | 2019-03-25 17:57:16 -0700 |
|---|---|---|
| committer | Lorenzo Castelli <lcastelli@google.com> | 2019-03-25 17:57:16 -0700 |
| commit | 1244325e52442d10e7d16fb86a7269061fca9cde (patch) | |
| tree | 5224d8f2ca5c57f57fa988970cc0ee85be7a5a64 /google_oslogin_control.patch | |
| parent | da90c98115734dccbfea824dcbfc973898e2f466 (diff) | |
| download | google-compute-engine-1244325e52442d10e7d16fb86a7269061fca9cde.tar.xz | |
Updates the package to version 20190315.
Diffstat (limited to 'google_oslogin_control.patch')
| -rw-r--r-- | google_oslogin_control.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/google_oslogin_control.patch b/google_oslogin_control.patch deleted file mode 100644 index 5eb0cf0..0000000 --- a/google_oslogin_control.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/google_compute_engine_oslogin/bin/google_oslogin_control b/google_compute_engine_oslogin/bin/google_oslogin_control -index 5a1ee99..47f953e 100755 ---- a/google_compute_engine_oslogin/bin/google_oslogin_control -+++ b/google_compute_engine_oslogin/bin/google_oslogin_control -@@ -15,7 +15,11 @@ - - script_name=$(basename "$0") - nss_config="/etc/nsswitch.conf" --pam_config="/etc/pam.d/sshd" -+if grep -q -s "ID=arch" /etc/os-release; then -+ pam_config="/etc/pam.d/system-login" -+else -+ pam_config="/etc/pam.d/sshd" -+fi - sshd_config="/etc/ssh/sshd_config" - el_release_file="/etc/redhat-release" - sudoers_dir="/var/google-sudoers.d" |
