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 30C751381F3 for ; Tue, 27 Aug 2013 10:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB995E0DB7; Tue, 27 Aug 2013 10:33:41 +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 4204BE0DB7 for ; Tue, 27 Aug 2013 10:33:41 +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 533EB33EAA9 for ; Tue, 27 Aug 2013 10:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 02FFBE468F for ; Tue, 27 Aug 2013 10:33:39 +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: <1377598944.f5c8676f3ab615cc127e962d9f45fad1dfddd595.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/mozilla.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: SwifT X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: f5c8676f3ab615cc127e962d9f45fad1dfddd595 X-VCS-Branch: master Date: Tue, 27 Aug 2013 10:33:39 +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: e86bbda4-3218-49a2-a807-269cb481a8a5 X-Archives-Hash: 7d601cb3c3ab862e43b9e240581ef1cf commit: f5c8676f3ab615cc127e962d9f45fad1dfddd595 Author: Sven Vermeulen siphos be> AuthorDate: Tue Aug 27 10:22:24 2013 +0000 Commit: Sven Vermeulen siphos be> CommitDate: Tue Aug 27 10:22:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=f5c8676f Recent firefox requires execmem (again) --- policy/modules/contrib/mozilla.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/contrib/mozilla.te b/policy/modules/contrib/mozilla.te index aedcc00..5e89868 100644 --- a/policy/modules/contrib/mozilla.te +++ b/policy/modules/contrib/mozilla.te @@ -634,6 +634,7 @@ gen_tunable(mozilla_plugin_connect_all_unreserved, false) allow mozilla_t mozilla_exec_t:file { execute_no_trans }; allow mozilla_t mozilla_plugin_t:process { rlimitinh siginh noatsecure }; + allow mozilla_t self:process execmem; # Startup of firefox (otherwise immediately killed) manage_fifo_files_pattern(mozilla_t, mozilla_tmp_t, mozilla_tmp_t) @@ -709,6 +710,7 @@ gen_tunable(mozilla_plugin_connect_all_unreserved, false) allow mozilla_plugin_t self:netlink_route_socket r_netlink_socket_perms; allow mozilla_plugin_t self:udp_socket create_socket_perms; + allow mozilla_plugin_t self:process execmem; # Needed for flash plugin read_files_pattern(mozilla_plugin_t, mozilla_home_t, mozilla_home_t)