From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B624D13888F for ; Sat, 10 Oct 2015 12:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4134421C017; Sat, 10 Oct 2015 12:11:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 939D021C01C for ; Sat, 10 Oct 2015 12:11:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF0273407E6 for ; Sat, 10 Oct 2015 12:11:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A89FDFE for ; Sat, 10 Oct 2015 12:11:08 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1441165666.9371d4a13dad0af981681a631591f8c0f7d85203.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/vnstatd.fc X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 9371d4a13dad0af981681a631591f8c0f7d85203 X-VCS-Branch: swift Date: Sat, 10 Oct 2015 12:11:08 +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: 0412f0e5-1ebb-4a79-8b55-15425e51ec01 X-Archives-Hash: c11acab02acefa81077851c7ab25f141 commit: 9371d4a13dad0af981681a631591f8c0f7d85203 Author: Niklas Haas nand wakku to> AuthorDate: Tue Sep 1 07:10:52 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed Sep 2 03:47:46 2015 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9371d4a1 vnstat: fix context on /usr/bin/vnstatd policy/modules/contrib/vnstatd.fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/contrib/vnstatd.fc b/policy/modules/contrib/vnstatd.fc index 52f8f68..0252ce4 100644 --- a/policy/modules/contrib/vnstatd.fc +++ b/policy/modules/contrib/vnstatd.fc @@ -11,5 +11,5 @@ ifdef(`distro_gentoo',` # Fix bug 528602 - name is vnstatd in Gentoo /etc/rc\.d/init\.d/vnstatd -- gen_context(system_u:object_r:vnstatd_initrc_exec_t,s0) -/usr/bin/vnstatd -- gen_context(system_u:object_r:vnstat_exec_t,s0) +/usr/bin/vnstatd -- gen_context(system_u:object_r:vnstatd_exec_t,s0) ')