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 C71231387FD for ; Mon, 31 Mar 2014 18:49:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0375DE0B00; Mon, 31 Mar 2014 18:49:23 +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 5F3A0E0B00 for ; Mon, 31 Mar 2014 18:49:21 +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 3CB9B33F9B5 for ; Mon, 31 Mar 2014 18:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8A614188F3 for ; Mon, 31 Mar 2014 18:49:17 +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: <1396183377.d8e9a16c97f40ba83c7a55f9a543149006f24da1.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/alsa.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: d8e9a16c97f40ba83c7a55f9a543149006f24da1 X-VCS-Branch: master Date: Mon, 31 Mar 2014 18:49:17 +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: 6336f089-452e-4280-913f-aee222053665 X-Archives-Hash: dfc167d0257cdb1fcf160042c5932bb2 commit: d8e9a16c97f40ba83c7a55f9a543149006f24da1 Author: Sven Vermeulen siphos be> AuthorDate: Sun Mar 30 12:16:30 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sun Mar 30 12:42:57 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=d8e9a16c Explicitly mention attribute, otherwise self becomes the domain --- policy/modules/contrib/alsa.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/alsa.te b/policy/modules/contrib/alsa.te index 054cbe9..ee37692 100644 --- a/policy/modules/contrib/alsa.te +++ b/policy/modules/contrib/alsa.te @@ -124,8 +124,8 @@ ifdef(`distro_gentoo',` # # alsadomain policy # - allow alsadomain self:sem create_sem_perms; - allow alsadomain self:shm rw_shm_perms; + allow alsadomain alsadomain:sem create_sem_perms; + allow alsadomain alsadomain:shm rw_shm_perms; allow alsadomain alsatmpfsfile:file rw_file_perms; alsa_read_rw_config(alsadomain)