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 77EBD138BF3 for ; Sat, 15 Feb 2014 09:45:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A49EE0A8A; Sat, 15 Feb 2014 09:45:53 +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 0B286E0A8A for ; Sat, 15 Feb 2014 09:45:52 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA6E633F9B8 for ; Sat, 15 Feb 2014 09:45:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id F376D188C7 for ; Sat, 15 Feb 2014 09:45:49 +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: <1392457452.78f390bf6e83e1b24be5c2cc19693afba138ec0a.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/portage.if X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 78f390bf6e83e1b24be5c2cc19693afba138ec0a X-VCS-Branch: master Date: Sat, 15 Feb 2014 09:45:49 +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: fe8c387f-5920-45d1-912c-b0efda07c2cb X-Archives-Hash: 269e2cf1d05d04a6d15230aaea7beda3 commit: 78f390bf6e83e1b24be5c2cc19693afba138ec0a Author: Sven Vermeulen siphos be> AuthorDate: Sat Feb 15 09:43:59 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Feb 15 09:44:12 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=78f390bf Fix bug #496328 - Allow conftest in portage sandbox to check for sem_open Patch provided by Luis Ressel --- policy/modules/contrib/portage.if | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/portage.if b/policy/modules/contrib/portage.if index d58af63..64ed670 100644 --- a/policy/modules/contrib/portage.if +++ b/policy/modules/contrib/portage.if @@ -163,6 +163,8 @@ interface(`portage_compile_domain',` files_exec_etc_files($1) files_exec_usr_src_files($1) + # Fix bug #496328 + fs_getattr_tmpfs($1) fs_getattr_xattr_fs($1) fs_list_noxattr_fs($1) fs_read_noxattr_fs_files($1)