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 CDEB9138A1A for ; Sun, 8 Feb 2015 15:54:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431C2E0C14; Sun, 8 Feb 2015 15:54:46 +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 E0492E0C14 for ; Sun, 8 Feb 2015 15:54:45 +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 B1B6A3407F5 for ; Sun, 8 Feb 2015 15:54:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D05A11547 for ; Sun, 8 Feb 2015 15:54:42 +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: <1423410785.7939db98881a28f5abb4aca0a181d24b06ed31ee.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:secmodel commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/gentoo.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 7939db98881a28f5abb4aca0a181d24b06ed31ee X-VCS-Branch: secmodel Date: Sun, 8 Feb 2015 15:54:42 +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: ee4a9543-dad2-42a2-b4a6-c6377399b7a8 X-Archives-Hash: e52052ae19339b34acae1d4d6624b278 commit: 7939db98881a28f5abb4aca0a181d24b06ed31ee Author: Sven Vermeulen siphos be> AuthorDate: Sun Feb 8 15:53:05 2015 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Feb 8 15:53:05 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=7939db98 squashme --- policy/modules/contrib/gentoo.if | 61 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) diff --git a/policy/modules/contrib/gentoo.if b/policy/modules/contrib/gentoo.if index 9a20383..0f0e600 100644 --- a/policy/modules/contrib/gentoo.if +++ b/policy/modules/contrib/gentoo.if @@ -50,6 +50,7 @@ interface(`gentoo_secmodel_monitor_system',` ## # interface(`gentoo_secmodel_manage_services',` + # These are all admin interfaces where a labeled init script is provided for optional_policy(` abrt_admin($1, $2) ') @@ -230,6 +231,66 @@ interface(`gentoo_secmodel_manage_services',` optional_policy(` cyrus_admin($1, $2) ') + + optional_policy(` + dante_admin($1, $2) + ') + + optional_policy(` + ddclient_admin($1, $2) + ') + + optional_policy(` + denyhosts_admin($1, $2) + ') + + optional_policy(` + dhcpd_admin($1, $2) + ') + + optional_policy(` + dictd_admin($1, $2) + ') + + optional_policy(` + dirmngr_admin($1, $2) + ') + + optional_policy(` + distcc_admin($1, $2) + ') + + optional_policy(` + dkim_admin($1, $2) + ') + + optional_policy(` + dnsmasq_admin($1, $2) + ') + + optional_policy(` + dnssectrigger_admin($1, $2) + ') + + optional_policy(` + dovecot_admin($1, $2) + ') + + optional_policy(` + drbd_admin($1, $2) + ') + + optional_policy(` + dspam_admin($1, $2) + ') + + optional_policy(` + entropyd_admin($1, $2) + ') + + optional_policy(` + exim_admin($1, $2) + ') ') #########################################