opnsense-ports/sysutils/py-google-compute-engine/files/patch-google__compute__engine_constants.py
Franco Fichtner 3ccd656e8a */*: sync with upstream
Taken from: HardenedBSD
2018-06-15 08:21:34 +02:00

11 lines
396 B
Python

--- google_compute_engine/constants.py.orig 2018-06-11 23:51:09 UTC
+++ google_compute_engine/constants.py
@@ -18,7 +18,7 @@
import platform
OSLOGIN_CONTROL_SCRIPT = 'google_oslogin_control'
-OSLOGIN_NSS_CACHE = '/etc/oslogin_passwd.cache'
+OSLOGIN_NSS_CACHE = '/usr/local/etc/oslogin_passwd.cache'
OSLOGIN_NSS_CACHE_SCRIPT = 'google_oslogin_nss_cache'
if platform.system() == 'FreeBSD':