]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: install ceph-post-file keys with mode 600 4823/head
authorSage Weil <sage@redhat.com>
Mon, 1 Jun 2015 22:10:14 +0000 (15:10 -0700)
committerSage Weil <sage@redhat.com>
Mon, 1 Jun 2015 22:38:07 +0000 (15:38 -0700)
Otherwise ssh (may) prompt for a password.

Signed-off-by: Sage Weil <sage@redhat.com>
Makefile.am

index f1a0bd7fd0e945d6b624cfe6fc90f6bea9d62f82..72053f8d76f864600d3eb40b950d1f94aa5bf744 100644 (file)
@@ -21,9 +21,9 @@ EXTRA_DIST += \
 # why is it so hard to make autotools to this?
 install-data-local::
        -mkdir -p $(DESTDIR)$(datadir)/ceph
-       -install -m 644 share/known_hosts_drop.ceph.com $(DESTDIR)$(datadir)/ceph/known_hosts_drop.ceph.com
-       -install -m 644 share/id_dsa_drop.ceph.com $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com
-       -install -m 644 share/id_dsa_drop.ceph.com.pub $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com.pub
+       -install -m 600 share/known_hosts_drop.ceph.com $(DESTDIR)$(datadir)/ceph/known_hosts_drop.ceph.com
+       -install -m 600 share/id_dsa_drop.ceph.com $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com
+       -install -m 600 share/id_dsa_drop.ceph.com.pub $(DESTDIR)$(datadir)/ceph/id_dsa_drop.ceph.com.pub
 
 all-local::
 if WITH_DEBUG