chiark
/
gitweb
/
~mdw
/
distorted-letsencrypt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9300562
)
bin/setup: The `cert' directory doesn't need to be group-writable.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 22 Dec 2015 21:23:33 +0000
(21:23 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 22 Dec 2015 21:23:33 +0000
(21:23 +0000)
The administrator makes directories within it, which should be mode 2775.
bin/setup
patch
|
blob
|
blame
|
history
diff --git
a/bin/setup
b/bin/setup
index 13c9bb34fec0edba117493129d26c3e7659b2954..527a17d4ae825437551657d30ace3a4cd657533b 100755
(executable)
--- a/
bin/setup
+++ b/
bin/setup
@@
-14,7
+14,7
@@
done <<EOF
.cache 2775 root $user
.config 2775 root $user
.local 2775 root $user
.cache 2775 root $user
.config 2775 root $user
.local 2775 root $user
-cert 27
7
5 root $user
+cert 27
5
5 root $user
etc 2770 root $user
log 2775 root $user
tmp 2770 root $user
etc 2770 root $user
log 2775 root $user
tmp 2770 root $user