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 54A651382E0 for ; Sun, 3 Jul 2016 11:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF55BE0B07; Sun, 3 Jul 2016 11:34:17 +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 F3123E0B07 for ; Sun, 3 Jul 2016 11:34:16 +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 33848340E02 for ; Sun, 3 Jul 2016 11:34:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE382440 for ; Sun, 3 Jul 2016 11:34:14 +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: <1464806034.9301c1e54d143b570060e515d9fbf7e290de9eae.swift@gentoo> Subject: [gentoo-commits] proj/hardened-refpolicy:swift commit in: policy/modules/contrib/ X-VCS-Repository: proj/hardened-refpolicy X-VCS-Files: policy/modules/contrib/mplayer.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: 9301c1e54d143b570060e515d9fbf7e290de9eae X-VCS-Branch: swift Date: Sun, 3 Jul 2016 11:34: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: 20ff8e9c-0d27-492a-bbff-ca8c13e49d2a X-Archives-Hash: ab1f46c7e8ca1d54cb3c72f148937a00 commit: 9301c1e54d143b570060e515d9fbf7e290de9eae Author: Jason Zaman perfinion com> AuthorDate: Wed Jun 1 16:12:42 2016 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Wed Jun 1 18:33:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=9301c1e5 mplayer: Add filetrans from user_runtime policy/modules/contrib/mplayer.te | 1 + 1 file changed, 1 insertion(+) diff --git a/policy/modules/contrib/mplayer.te b/policy/modules/contrib/mplayer.te index 5ebba47..20e449e 100644 --- a/policy/modules/contrib/mplayer.te +++ b/policy/modules/contrib/mplayer.te @@ -95,6 +95,7 @@ userdom_use_user_terminals(mencoder_t) userdom_manage_user_tmp_dirs(mencoder_t) userdom_manage_user_tmp_files(mencoder_t) userdom_tmp_filetrans_user_tmp(mplayer_t, { dir file }) +userdom_user_runtime_filetrans_user_tmp(mplayer_t, { dir file }) userdom_manage_user_home_content_dirs(mencoder_t) userdom_manage_user_home_content_files(mencoder_t)