From: guido@trentalancia.com (Guido Trentalancia) Date: Wed, 09 Mar 2011 23:46:02 +0100 Subject: [refpolicy] [PATCH 07/15] Allow mozilla to read the alsa config files In-Reply-To: <20110309211357.GA4709@siphos.be> References: <20110309211357.GA4709@siphos.be> Message-ID: <1299710762.2974.31.camel@tesla.lan> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com I have the same question as for [PATCH 05/15]. Tested at least with the moonlight plugin and with the totem plugin. Sounds strange... Regards, Guido On Wed, 09/03/2011 at 22.13 +0100, Sven Vermeulen wrote: > In order to allow firefox plugins playing music through ALSA, the mozilla > domain needs read access on the alsa_rw_config files. > > Signed-off-by: Sven Vermeulen > --- > policy/modules/apps/mozilla.te | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/policy/modules/apps/mozilla.te b/policy/modules/apps/mozilla.te > index c8c459c..6e0f04f 100644 > --- a/policy/modules/apps/mozilla.te > +++ b/policy/modules/apps/mozilla.te > @@ -223,6 +223,10 @@ tunable_policy(`mozilla_read_content',` > ') > > optional_policy(` > + alsa_read_rw_config(mozilla_t) > +') > + > +optional_policy(` > apache_read_user_scripts(mozilla_t) > apache_read_user_content(mozilla_t) > ')