summaryrefslogtreecommitdiff
path: root/google_compute_engine_oslogin
Commit message (Collapse)AuthorAgeFilesLines
* Update the control file to support EL 6 installs. (#441)Max Illfelder2017-07-281-3/+6
| | | | | On EL 6, service is present, but doesn't return the expected output. Instead of failing to restart the service, try to use a different supported mechanism.
* Fix nss package versions. (#439)Zach Marano2017-07-173-3/+3
|
* Fix package versions. (#438)Zach Marano2017-07-173-1/+13
|
* Bump versions (#437)Zach Marano2017-07-172-2/+2
|
* Restart nscd when the daemon is running. (#433)Max Illfelder2017-07-061-93/+106
| | | | | Create a generalized function for restarting services across distros. Restarting nscd prevents the need for a reboot after installation of the OS Login package.
* Add check for SLES to restart sshd. (#432)Zach Marano2017-07-051-1/+1
|
* Retry HTTP requests if error 500 is received. (#431)Danny Jones2017-07-051-6/+16
| | | | | | | HTTP response code 500 is likely a transient error. This is worth retrying for to make the guest code a bit more resilient. The retry count is currently set to 1 to reduce the risk of blocking various nss methods in the event of a persistent backend failure.
* On Debian/Ubuntu based systems, the service name is ssh. (#430)Zach Marano2017-07-051-0/+4
|
* Update selinux rules for the sudoers change. (#427)Rick Wright2017-06-236-20/+31
| | | | Also, change the makefile to build the selinux policy from source instead of checking in the binary.
* Update sudoers directory location and permission. (#425)Max Illfelder2017-06-232-5/+9
| | | We will make a followup PR to update the SELinux context for EL distros.
* Fix location of version on NSS module in rpm build. (#422)Rick Wright2017-06-221-1/+1
|
* Update versioning for OS Login package. (#421)Rick Wright2017-06-2224-14/+109
| | | | | Return starting version to 1.0.0 and modify the name of the nss module to have the version number before the .so. Also, create separate debian directories for Debian 8 and Debian 9.
* Add a conditional dependency to build on Debian 9. (#420)Max Illfelder2017-06-211-1/+1
|
* Fix the OS Login RPM packaging. (#419)Rick Wright2017-06-218-12/+86
| | | | | Add SELinux settings and support for EL 6. Replace hardcoded /lib64 with ${_lib} and remove references to /usr/local/bin.
* Linux Guest Environment for OS Login. (#417)Max Illfelder2017-06-1522-0/+1820