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 1FAE0138825 for ; Sat, 8 Nov 2014 16:36:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3436E09A2; Sat, 8 Nov 2014 16:36:10 +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 64941E09A2 for ; Sat, 8 Nov 2014 16:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 586943403C4 for ; Sat, 8 Nov 2014 16:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040F69B42 for ; Sat, 8 Nov 2014 16:36: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: <1415464545.3a8ac7c8f7f648a826b5c2c668bf75856ac931bf.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master 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: 3a8ac7c8f7f648a826b5c2c668bf75856ac931bf X-VCS-Branch: master Date: Sat, 8 Nov 2014 16:36: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: 9ff007df-7f2f-423d-82d1-09c31c8e06b2 X-Archives-Hash: 666999f2ea6b2c4f11efaeb498164032 commit: 3a8ac7c8f7f648a826b5c2c668bf75856ac931bf Author: Sven Vermeulen siphos be> AuthorDate: Sat Nov 8 16:35:45 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Nov 8 16:35:45 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3a8ac7c8 Fix bug #528602 - vnstatd init script naming fix in fc file thanks to Eric Glisse --- policy/modules/contrib/vnstatd.fc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/vnstatd.fc b/policy/modules/contrib/vnstatd.fc index 24228b6..5f125a2 100644 --- a/policy/modules/contrib/vnstatd.fc +++ b/policy/modules/contrib/vnstatd.fc @@ -7,3 +7,8 @@ /var/lib/vnstat(/.*)? gen_context(system_u:object_r:vnstatd_var_lib_t,s0) /var/run/vnstat.* gen_context(system_u:object_r:vnstatd_var_run_t,s0) + +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) +')