From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1575E138334 for ; Sun, 10 Feb 2019 04:14:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C35EE0AED; Sun, 10 Feb 2019 04:14:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24167E0AF2 for ; Sun, 10 Feb 2019 04:14:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCE74335D4C for ; Sun, 10 Feb 2019 04:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5020B542 for ; Sun, 10 Feb 2019 04:14:45 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1549771885.2727cf5aaf4f714dcb9d2dfa83a7378b87ed222b.perfinion@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/apps/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/apps/chromium.te X-VCS-Directories: policy/modules/apps/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 2727cf5aaf4f714dcb9d2dfa83a7378b87ed222b X-VCS-Branch: master Date: Sun, 10 Feb 2019 04:14:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6ed49cb1-29f6-44a7-8be9-b80fe6b83f8d X-Archives-Hash: 80168ca75a61e64252492b5f07a2b968 commit: 2727cf5aaf4f714dcb9d2dfa83a7378b87ed222b Author: Chris PeBenito ieee org> AuthorDate: Wed Jan 23 23:44:45 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Feb 10 04:11:25 2019 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2727cf5a chromium: Move line. Signed-off-by: Jason Zaman perfinion.com> policy/modules/apps/chromium.te | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/policy/modules/apps/chromium.te b/policy/modules/apps/chromium.te index dbf3a620..59c75491 100644 --- a/policy/modules/apps/chromium.te +++ b/policy/modules/apps/chromium.te @@ -253,7 +253,7 @@ ifdef(`use_alsa',` # allow chromium_renderer_t self:process execmem; - +dontaudit chromium_renderer_t self:process getsched; allow chromium_renderer_t self:fifo_file rw_fifo_file_perms; allow chromium_renderer_t self:shm create_shm_perms; allow chromium_renderer_t self:unix_dgram_socket { create read sendto }; @@ -264,7 +264,6 @@ allow chromium_renderer_t chromium_t:unix_stream_socket rw_stream_socket_perms; allow chromium_renderer_t chromium_tmpfs_t:file rw_file_perms; dontaudit chromium_renderer_t chromium_t:dir search; # /proc/... access -dontaudit chromium_renderer_t self:process getsched; read_files_pattern(chromium_renderer_t, chromium_xdg_config_t, chromium_xdg_config_t)