[ARVADOS] updated: a5b2fa0f7dbefe103ce2bc87f1136ee01e915141
git at public.curoverse.com
git at public.curoverse.com
Mon Sep 28 09:54:26 EDT 2015
Summary of changes:
services/login-sync/bin/arvados-login-sync | 1 +
1 file changed, 1 insertion(+)
via a5b2fa0f7dbefe103ce2bc87f1136ee01e915141 (commit)
via 77a313cf888a98705193012057da7ae1b9860acc (commit)
from b4112f2e4220312c71c5c3d288f888133a5ba41a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a5b2fa0f7dbefe103ce2bc87f1136ee01e915141
Merge: b4112f2 77a313c
Author: Brett Smith <brett at curoverse.com>
Date: Mon Sep 28 09:53:20 2015 -0400
Merge branch 'pr/29'
Closes #7388.
commit 77a313cf888a98705193012057da7ae1b9860acc
Author: LunarShaddow <aflyhorse at gmail.com>
Date: Mon Sep 28 10:48:03 2015 +0800
Change ssh public key to 700 after key-sync
diff --git a/services/login-sync/bin/arvados-login-sync b/services/login-sync/bin/arvados-login-sync
index fc11e27..c92fc9b 100755
--- a/services/login-sync/bin/arvados-login-sync
+++ b/services/login-sync/bin/arvados-login-sync
@@ -100,6 +100,7 @@ begin
FileUtils.chown_R(l[:username], l[:username], userdotssh)
File.chmod(0700, userdotssh)
File.chmod(0750, @homedir)
+ File.chmod(0600, userauthkeys)
end
devnull.close
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list