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 052CD1381F3 for ; Wed, 28 Nov 2012 20:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A93CA21C062; Wed, 28 Nov 2012 20:21:23 +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 BF50621C057 for ; Wed, 28 Nov 2012 20:21:17 +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 BBAD533D9F6 for ; Wed, 28 Nov 2012 20:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B1118E5446 for ; Wed, 28 Nov 2012 20:21:13 +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: <1354134024.f24a5eb7554d4791765a1c813ac7b645f7e6c37e.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/mpd.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f24a5eb7554d4791765a1c813ac7b645f7e6c37e X-VCS-Branch: master Date: Wed, 28 Nov 2012 20:21:13 +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: 71ee9288-259a-419d-ae73-5d8382f50b5c X-Archives-Hash: 8e80682113fdf00d64021c1c54fcddff commit: f24a5eb7554d4791765a1c813ac7b645f7e6c37e Author: Dominick Grift gmail com> AuthorDate: Wed Nov 28 16:55:54 2012 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Wed Nov 28 20:20:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f24a5eb7 Changes to the mpd policy module Reads random Signed-off-by: Dominick Grift gmail.com> --- policy/modules/contrib/mpd.te | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/policy/modules/contrib/mpd.te b/policy/modules/contrib/mpd.te index d1eb46d..7c8afcc 100644 --- a/policy/modules/contrib/mpd.te +++ b/policy/modules/contrib/mpd.te @@ -1,4 +1,4 @@ -policy_module(mpd, 1.0.3) +policy_module(mpd, 1.0.4) ######################################## # @@ -134,6 +134,7 @@ corenet_sendrecv_http_cache_client_packets(mpd_t) corenet_tcp_connect_http_cache_port(mpd_t) corenet_tcp_sendrecv_http_cache_port(mpd_t) +dev_read_urand(mpd_t) dev_read_sound(mpd_t) dev_write_sound(mpd_t) dev_read_sysfs(mpd_t)