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 57C1013877A for ; Sun, 31 Aug 2014 18:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70892E0C0E; Sun, 31 Aug 2014 18:27:09 +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 2A91AE0C0E for ; Sun, 31 Aug 2014 18:27:09 +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 14B8533F8F9 for ; Sun, 31 Aug 2014 18:27:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4A6245CD for ; Sun, 31 Aug 2014 18:27:06 +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: <1409509592.3a6d2a23dd689eaac41d3534c954c24e9c2dc3f2.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/kernel/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/kernel/corecommands.fc X-VCS-Directories: policy/modules/kernel/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 3a6d2a23dd689eaac41d3534c954c24e9c2dc3f2 X-VCS-Branch: master Date: Sun, 31 Aug 2014 18:27:06 +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: 434e3c23-be2b-41ab-aaa2-3357067b05e3 X-Archives-Hash: 53713bbf2c88354fa1d30dcf92b1940e commit: 3a6d2a23dd689eaac41d3534c954c24e9c2dc3f2 Author: Sven Vermeulen siphos be> AuthorDate: Sun Aug 31 18:26:32 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Aug 31 18:26:32 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=3a6d2a23 Python-exec wrappers has scripts in specific location, mark those as bin_t --- policy/modules/kernel/corecommands.fc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/policy/modules/kernel/corecommands.fc b/policy/modules/kernel/corecommands.fc index 52cb3ee..7e1b58c 100644 --- a/policy/modules/kernel/corecommands.fc +++ b/policy/modules/kernel/corecommands.fc @@ -422,5 +422,8 @@ ifdef(`distro_suse',` ') ifdef(`distro_gentoo',` +/usr/lib/python-exec/python-exec2 -- gen_context(system_u:object_r:bin_t,s0) +/usr/lib/python-exec/python.*/.* -- gen_context(system_u:object_r:bin_t,s0) + /usr/lib/xfce4/notifyd/xfce4-notifyd -- gen_context(system_u:object_r:bin_t,s0) ')