From: dominick.grift@gmail.com (Dominick Grift) Date: Mon, 28 May 2012 16:01:16 +0200 Subject: [refpolicy] [PATCH 1/2] Mark wpa_cli as a commandline utility for admins In-Reply-To: <20120528102204.GB10112@siphos.be> References: <20120528102102.GA10112@siphos.be> <20120528102204.GB10112@siphos.be> Message-ID: <1338213676.15707.10.camel@x220.mydomain.internal> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On Mon, 2012-05-28 at 12:22 +0200, Sven Vermeulen wrote: > +ifdef(`distro_gentoo',` > + allow wpa_cli_t etc_t:file { getattr }; By the way: type etc_t is declared in the files module and is external to the networkmanager module. You should not make direct references to external types but use interfaces instead.