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 0AA4B1381F3 for ; Wed, 17 Apr 2013 20:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD50BE0BB1; Wed, 17 Apr 2013 20:23:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DE40E0BB1 for ; Wed, 17 Apr 2013 20:23:40 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C8F833DE35 for ; Wed, 17 Apr 2013 20:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0CB22E4306 for ; Wed, 17 Apr 2013 20:23:36 +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: <1366230183.11f1036e7ba670cb5afaa3996b6f7ba6ba255cc1.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/asterisk.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 11f1036e7ba670cb5afaa3996b6f7ba6ba255cc1 X-VCS-Branch: master Date: Wed, 17 Apr 2013 20:23:36 +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: 4e655be1-7456-40ad-832e-9b0554e075e4 X-Archives-Hash: 24a62a0cfc4345d3cc0a787bd3c6e1c0 commit: 11f1036e7ba670cb5afaa3996b6f7ba6ba255cc1 Author: Sven Vermeulen siphos be> AuthorDate: Wed Apr 17 20:23:03 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Apr 17 20:23:03 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=11f1036e Merged from upstream, no longer needed in ifdef distro block --- policy/modules/contrib/asterisk.if | 21 --------------------- 1 files changed, 0 insertions(+), 21 deletions(-) diff --git a/policy/modules/contrib/asterisk.if b/policy/modules/contrib/asterisk.if index 58e115d..57e3b8e 100644 --- a/policy/modules/contrib/asterisk.if +++ b/policy/modules/contrib/asterisk.if @@ -156,24 +156,3 @@ interface(`asterisk_admin',` asterisk_exec($1) ') ') - -# Gentoo specific stuff but I cannot use ifdef distro_gentoo in interfaces - -###################################### -## -## Execute asterisk in the caller domain. -## -## -## -## Domain allowed to execute asterisk -## -## -# -interface(`asterisk_exec',` - gen_require(` - type asterisk_exec_t; - ') - - corecmd_search_bin($1) - can_exec($1, asterisk_exec_t) -')