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 D90FC138247 for ; Fri, 6 Dec 2013 17:33:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A9B4E0B61; Fri, 6 Dec 2013 17:33:32 +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 7EEDFE0B61 for ; Fri, 6 Dec 2013 17:33:26 +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 9623033F4CF for ; Fri, 6 Dec 2013 17:33:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 56AF0D0878 for ; Fri, 6 Dec 2013 17:33:18 +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: <1386351078.fc5282ecf2653a41bd13915c0b769f43291e1ab4.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/libraries.fc X-VCS-Directories: policy/modules/system/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: fc5282ecf2653a41bd13915c0b769f43291e1ab4 X-VCS-Branch: master Date: Fri, 6 Dec 2013 17:33:18 +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: 6740f9c6-389b-4d3c-a6fb-8b0fdfc061b6 X-Archives-Hash: 7c56e00b70cdcc078b5babf61eb1bee0 commit: fc5282ecf2653a41bd13915c0b769f43291e1ab4 Author: Dominick Grift gmail com> AuthorDate: Sat Nov 9 09:45:08 2013 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Fri Dec 6 17:31:18 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=fc5282ec libraries: for now i can only confirm mmap, might need to be changed to bin_t later if it turns out to need execute_no_trans Signed-off-by: Dominick Grift gmail.com> --- policy/modules/system/libraries.fc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/system/libraries.fc b/policy/modules/system/libraries.fc index f9f8c2f..b019baf 100644 --- a/policy/modules/system/libraries.fc +++ b/policy/modules/system/libraries.fc @@ -118,6 +118,10 @@ ifdef(`distro_redhat',` /usr/(.*/)?nvidia/.+\.so(\..*)? -- gen_context(system_u:object_r:textrel_shlib_t,s0) +ifdef(`distro_debian',` +/usr/(.*/)?dh-python/dh_pypy -- gen_context(system_u:object_r:lib_t,s0) +') + /usr/lib/altivec/libavcodec\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0) /usr/lib/cedega/.+\.so(\.[^/]*)* -- gen_context(system_u:object_r:textrel_shlib_t,s0) /usr/lib/dovecot/(.*/)?lib.*\.so.* -- gen_context(system_u:object_r:lib_t,s0)