From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SUj3a-0000ly-2q for garchives@archives.gentoo.org; Wed, 16 May 2012 18:34:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83481E075B; Wed, 16 May 2012 18:34:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 57610E075B for ; Wed, 16 May 2012 18:34:34 +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 AA47B1B401B for ; Wed, 16 May 2012 18:34:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CE91CE542F for ; Wed, 16 May 2012 18:34:31 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1337193210.757b635320088014fc993ccd69b8fa00891c8a4d.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/ddcprobe.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 757b635320088014fc993ccd69b8fa00891c8a4d X-VCS-Branch: master Date: Wed, 16 May 2012 18:34:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f6563fe6-795d-4cae-9118-ff47ed15b428 X-Archives-Hash: fc19421c88e3859de4814546d33421c3 commit: 757b635320088014fc993ccd69b8fa00891c8a4d Author: Sven Vermeulen siphos be> AuthorDate: Wed May 16 18:33:30 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed May 16 18:33:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-refp= olicy.git;a=3Dcommit;h=3D757b6353 Mark kudzu dependency on ddcprobe as optional --- policy/modules/contrib/ddcprobe.te | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/ddcprobe.te b/policy/modules/contrib/= ddcprobe.te index 5e062bc..6a22b71 100644 --- a/policy/modules/contrib/ddcprobe.te +++ b/policy/modules/contrib/ddcprobe.te @@ -47,5 +47,7 @@ modutils_read_module_deps(ddcprobe_t) userdom_use_user_terminals(ddcprobe_t) userdom_use_all_users_fds(ddcprobe_t) =20 -#reh why? this does not seem even necessary to function properly -kudzu_getattr_exec_files(ddcprobe_t) +optional_policy(` + #reh why? this does not seem even necessary to function properly + kudzu_getattr_exec_files(ddcprobe_t) +')