From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C1FBE139083 for ; Sun, 17 Dec 2017 11:51:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DACFCE0DA3; Sun, 17 Dec 2017 11:51:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B486BE0DA3 for ; Sun, 17 Dec 2017 11:51:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A36A33BEBE for ; Sun, 17 Dec 2017 11:51:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97516AE7C for ; Sun, 17 Dec 2017 11:51:51 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1513511506.29ca1f7819b2cf56d049dd81c24fe4214a9f500f.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tor/files/tor.conf net-vpn/tor/files/tor.service X-VCS-Directories: net-vpn/tor/files/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 29ca1f7819b2cf56d049dd81c24fe4214a9f500f X-VCS-Branch: master Date: Sun, 17 Dec 2017 11:51:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: afffd557-71ee-4a26-b104-3f6bd7cee7c4 X-Archives-Hash: 1f18cef07696ac5bd85698bd14dd5e71 commit: 29ca1f7819b2cf56d049dd81c24fe4214a9f500f Author: Anthony G. Basile gentoo org> AuthorDate: Sun Dec 17 11:51:27 2017 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sun Dec 17 11:51:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ca1f78 net-vpn/tor: remove orphaned files, bug #640466 Package-Manager: Portage-2.3.13, Repoman-2.3.3 net-vpn/tor/files/tor.conf | 1 - net-vpn/tor/files/tor.service | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/net-vpn/tor/files/tor.conf b/net-vpn/tor/files/tor.conf deleted file mode 100644 index 188c041e544..00000000000 --- 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 8fcc6740ed9..00000000000 --- 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