From: sven.vermeulen@siphos.be (Sven Vermeulen) Date: Wed, 14 Nov 2012 20:03:18 +0100 Subject: [refpolicy] [PATCH 5/5] Support at service In-Reply-To: <1352916203.3654.1.camel@d30.localdomain> References: <1352566218-17772-1-git-send-email-sven.vermeulen@siphos.be> <1352566218-17772-6-git-send-email-sven.vermeulen@siphos.be> <1352916203.3654.1.camel@d30.localdomain> Message-ID: <20121114190318.GA3460@siphos.be> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On Wed, Nov 14, 2012 at 07:03:23PM +0100, Dominick Grift wrote: > On Sat, 2012-11-10 at 17:50 +0100, Sven Vermeulen wrote: > > /var/spool/at/atspool(/.*)? > > Something creates this location because it is not installed (at least in > fedora. yum whatprovides /var/spool/at/atspool yields no results) > > My guess is that this would need at least a file type transition Here, the location is created by the package manager through the "at" package: testsys ~ # qfile /var/spool/at/atspool/ sys-process/at (/var/spool/at/atspool) (This is comparable as saying that the directory is created by an RPM). Wkr, Sven Vermeulen