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 292321396DB for ; Tue, 31 Oct 2017 05:40:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51553E0EAE; Tue, 31 Oct 2017 05:40:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 335B4E0EAE for ; Tue, 31 Oct 2017 05:40:16 +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 B46293416ED for ; Tue, 31 Oct 2017 05:40:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21CA3840 for ; Tue, 31 Oct 2017 05:40:14 +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: <1509426922.e9f5151a6a5bacc2d4d45c9d5a2f7a7e32c313ef.perfinion@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/virt.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: e9f5151a6a5bacc2d4d45c9d5a2f7a7e32c313ef X-VCS-Branch: master Date: Tue, 31 Oct 2017 05:40:14 +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: a79612b6-940a-4416-883c-2bbd07212dc8 X-Archives-Hash: cf6b282f58388caf862b04b56e6f7dd1 commit: e9f5151a6a5bacc2d4d45c9d5a2f7a7e32c313ef Author: Chris PeBenito ieee org> AuthorDate: Tue Oct 31 01:19:55 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Tue Oct 31 05:15:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=e9f5151a virt: Move a line. policy/modules/contrib/virt.te | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policy/modules/contrib/virt.te b/policy/modules/contrib/virt.te index 98d510fd..5d7926dd 100644 --- a/policy/modules/contrib/virt.te +++ b/policy/modules/contrib/virt.te @@ -1364,13 +1364,13 @@ allow virtlogd_t virtd_t:dir list_dir_perms; allow virtlogd_t virtd_t:file read_file_perms; allow virtlogd_t virtd_t:lnk_file read_lnk_file_perms; +can_exec(virtlogd_t, virtlogd_exec_t) + manage_files_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t) manage_sock_files_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t) filetrans_pattern(virtlogd_t, virt_var_run_t, virtlogd_run_t, sock_file) files_pid_filetrans(virtlogd_t, virtlogd_run_t, file) -can_exec(virtlogd_t, virtlogd_exec_t) - kernel_read_system_state(virtlogd_t) files_read_etc_files(virtlogd_t)