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 9DA81138285 for ; Thu, 3 Jan 2013 16:50:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B93521C140; Thu, 3 Jan 2013 16:49:56 +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 C28A021C13A for ; Thu, 3 Jan 2013 16:49:55 +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 C953F33D909 for ; Thu, 3 Jan 2013 16:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E5B57E5446 for ; Thu, 3 Jan 2013 16:49:51 +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: <1357230245.c98a726a1eaa5fe221f63fc65471e9eaccdfe767.SwifT@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/system/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/system/init.te X-VCS-Directories: policy/modules/system/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c98a726a1eaa5fe221f63fc65471e9eaccdfe767 X-VCS-Branch: master Date: Thu, 3 Jan 2013 16:49: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: a79eaa7a-b4f9-43fe-9351-e953c55682bb X-Archives-Hash: 9d59f5a28d66ada655e4972c645b0acb commit: c98a726a1eaa5fe221f63fc65471e9eaccdfe767 Author: Sven Vermeulen siphos be> AuthorDate: Mon Dec 17 09:42:48 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Thu Jan 3 16:24:05 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=c98a726a Allow initrc_t to read stunnel configuration The stunnel init script reads the stunnel configuration to find out where to store and check for the PID file Signed-off-by: Sven Vermeulen siphos.be> --- policy/modules/system/init.te | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/policy/modules/system/init.te b/policy/modules/system/init.te index c44b9d0..89aa2dd 100644 --- a/policy/modules/system/init.te +++ b/policy/modules/system/init.te @@ -841,6 +841,10 @@ optional_policy(` ') optional_policy(` + stunnel_read_config(initrc_t) +') + +optional_policy(` sysnet_read_dhcpc_state(initrc_t) ')