On Thu, 2008-10-23 at 13:29 -0400, Daniel J Walsh wrote: > LC Bruzenak wrote: > > On Thu, 2008-10-23 at 13:10 -0400, Daniel J Walsh wrote: > > ... > >> On Rawhide it seems to work > >> > >> # /usr/sbin/semanage fcontext -a -t prelude_spool_t -r s0:c0.c1023 > >> '/var/spool/prelude(/.*)?' > >> # restorecon -R -v /var/spool/prelude/ > >> restorecon reset /var/spool/prelude context > >> system_u:object_r:prelude_spool_t:s0->system_u:object_r:prelude_spool_t:s0:c0.c1023 > >> > >> > >> So I will patch policycoreutils. > >> > > > > Thanks Dan! > > > > LCB. > > > Of course this is totally not intuitive to the user. > > He really wants to modify and existing fcontext so he needs to add a new > conflicting one. > > This command should really be fixed to check if an exising global or > local exist, > > if a local exists it should modify if a global exists it should add. I think semanage port handles that situation correctly. __modify uses the _exists interface to check existence (whether in policy or local), and uses the modify_local interface to update (which internally will fall back to an add if not already locally defined). -- Stephen Smalley National Security Agency -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.