summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2016-08-26 01:30:23 -0400
committerskydrome2016-08-26 01:30:23 -0400
commit99786122bca927cea6529d42d9eb05df06e5bd12 (patch)
treeff30b105b57ca8257732db4a3e03d49978f7abdb
parentc500ac311c714bad11421ac68b0f02dc99b02222 (diff)
downloadaur-99786122bca927cea6529d42d9eb05df06e5bd12.tar.gz
deny access to /opt/i2p
-rw-r--r--i2p.install1
1 files changed, 1 insertions, 0 deletions
diff --git a/i2p.install b/i2p.install
index 146cac383979..be4cd1e2a537 100644
--- a/i2p.install
+++ b/i2p.install
@@ -10,6 +10,7 @@ post_install() {
post_upgrade() {
systemd-tmpfiles --create i2prouter.conf
chown -R i2p:i2p /opt/i2p
+ chmod 750 /opt/i2p
}
pre_remove() {