summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-12-17 06:51:27 -0500
committerAnthony G. Basile <blueness@gentoo.org>2017-12-17 06:51:46 -0500
commit29ca1f7819b2cf56d049dd81c24fe4214a9f500f (patch)
tree6643805098abe5a61eafe172b80a4acdf2b561df /net-vpn
parentsys-kernel/aufs-sources: Bump to latest genpatches and linux release (diff)
downloadgentoo-29ca1f7819b2cf56d049dd81c24fe4214a9f500f.tar.gz
gentoo-29ca1f7819b2cf56d049dd81c24fe4214a9f500f.tar.bz2
gentoo-29ca1f7819b2cf56d049dd81c24fe4214a9f500f.zip
net-vpn/tor: remove orphaned files, bug #640466
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'net-vpn')
-rw-r--r--net-vpn/tor/files/tor.conf1
-rw-r--r--net-vpn/tor/files/tor.service21
2 files changed, 0 insertions, 22 deletions
diff --git a/net-vpn/tor/files/tor.conf b/net-vpn/tor/files/tor.conf
deleted file mode 100644
index 188c041e5442..000000000000
--- a/net-vpn/tor/files/tor.conf
+++ /dev/null
@@ -1 +0,0 @@
-d /var/run/tor 0775 tor tor - -
diff --git a/net-vpn/tor/files/tor.service b/net-vpn/tor/files/tor.service
deleted file mode 100644
index 8fcc6740ed91..000000000000
--- a/net-vpn/tor/files/tor.service
+++ /dev/null
@@ -1,21 +0,0 @@
-[Unit]
-Description=The Onion Router
-
-[Service]
-ExecStartPre=/usr/bin/tor --verify-config -f /etc/tor/torrc
-ExecStart=/usr/bin/tor --RunAsDaemon 0 -f /etc/tor/torrc
-ExecReload=/bin/kill -HUP $MAINPID
-KillSignal=SIGINT
-TimeoutStopSec=32
-LimitNOFILE=30000
-
-# Hardening options:
-CapabilityBoundingSet = CAP_SETUID CAP_SETGID CAP_NET_BIND_SERVICE
-PrivateTmp = yes
-PrivateDevices = yes
-ProtectHome = yes
-ProtectSystem = full
-NoNewPrivileges = yes
-
-[Install]
-WantedBy=multi-user.target