From: guido@trentalancia.net (Guido Trentalancia) Date: Fri, 21 Apr 2017 00:00:36 +0200 (CEST) Subject: [refpolicy] [PATCH] openoffice: support starting it from the window manager Message-ID: <352423692.207738.1492725636368@pim.register.it> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com This patch allows to start the openoffice suite from the window manager. Signed-off-by: Guido Trentalancia --- policy/modules/contrib/openoffice.te | 4 ++++ 1 file changed, 4 insertions(+) --- a/policy/modules/contrib/openoffice.te 2017-02-04 19:30:31.000000000 +0100 +++ b/policy/modules/contrib/openoffice.te 2017-04-20 23:52:49.835593136 +0200 @@ -34,6 +43,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)