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 74649139694 for ; Sun, 30 Apr 2017 14:20:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D70021C120; Sun, 30 Apr 2017 14:20:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 567C021C120 for ; Sun, 30 Apr 2017 14:20:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A8FEE3416A1 for ; Sun, 30 Apr 2017 14:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B54847452 for ; Sun, 30 Apr 2017 14:20:00 +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: <1493561864.2031a2a31c996dafd4837a40d52ad605da357abd.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/openoffice.te X-VCS-Directories: policy/modules/contrib/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 2031a2a31c996dafd4837a40d52ad605da357abd X-VCS-Branch: master Date: Sun, 30 Apr 2017 14:20:00 +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: ed5af49d-16de-43ca-97c8-3d6e180e2cc8 X-Archives-Hash: f214621540964f569c0863531169fbb8 commit: 2031a2a31c996dafd4837a40d52ad605da357abd Author: Guido Trentalancia trentalancia net> AuthorDate: Thu Apr 20 22:00:36 2017 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sun Apr 30 14:17:44 2017 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=2031a2a3 openoffice: support starting it from the window manager This patch allows to start the openoffice suite from the window manager. Signed-off-by: Guido Trentalancia trentalancia.net> policy/modules/contrib/openoffice.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy/modules/contrib/openoffice.te b/policy/modules/contrib/openoffice.te index 148ff232..58845575 100644 --- a/policy/modules/contrib/openoffice.te +++ b/policy/modules/contrib/openoffice.te @@ -34,6 +34,10 @@ type ooffice_exec_t; userdom_user_application_domain(ooffice_t, ooffice_exec_t) role ooffice_roles types ooffice_t; +optional_policy(` + wm_application_domain(ooffice_t, ooffice_exec_t) +') + type ooffice_home_t; userdom_user_home_content(ooffice_home_t)