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 4DF2B13829C for ; Thu, 2 Jun 2016 06:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FCF5142B3; Thu, 2 Jun 2016 06:32:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3C26142A1 for ; Thu, 2 Jun 2016 06:32:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D8DB340CA2 for ; Thu, 2 Jun 2016 06:32:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DD732337 for ; Thu, 2 Jun 2016 06:32:12 +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: <1464806034.0833adc9776e69a4e5305b0e92f35c0bee9aff67.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/wm.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 0833adc9776e69a4e5305b0e92f35c0bee9aff67 X-VCS-Branch: master Date: Thu, 2 Jun 2016 06:32:12 +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: d6559e18-0bbd-468c-9f50-aaa7735e5510 X-Archives-Hash: d27e23417091c7feea17b6b9a6be4cc3 commit: 0833adc9776e69a4e5305b0e92f35c0bee9aff67 Author: Jason Zaman perfinion com> AuthorDate: Wed Jun 1 16:12:44 2016 +0000 Commit: Jason Zaman gentoo org> CommitDate: Wed Jun 1 18:33:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=0833adc9 wm: Add filetrans from user_runtime policy/modules/contrib/wm.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/wm.te b/policy/modules/contrib/wm.te index a3861e9..a477a16 100644 --- a/policy/modules/contrib/wm.te +++ b/policy/modules/contrib/wm.te @@ -40,6 +40,7 @@ miscfiles_read_localization(wm_domain) userdom_manage_user_tmp_sockets(wm_domain) userdom_tmp_filetrans_user_tmp(wm_domain, sock_file) +userdom_user_runtime_filetrans_user_tmp(wm_domain, sock_file) userdom_manage_user_home_content_dirs(wm_domain) userdom_manage_user_home_content_files(wm_domain)