- get the file context - [root@v1 ~]# semanage fcontext -l | grep prelude_spool /var/spool/prelude(/.*)? all files system_u:object_r:prelude_spool_t:s0 /var/spool/prelude-manager(/.*)? all files system_u:object_r:prelude_spool_t:s0 So it seems that it knows about this path match. - set the file range - [root@v1 ~]# semanage fcontext -m -r s15:c0.c1023 "/var/spool/prelude(/.*)?" /usr/sbin/semanage: File context for /var/spool/prelude(/.*)? is not defined [root@v1 ~]# semanage fcontext -m -r s15:c0.c1023 -t prelude_spool_t '/var/spool/prelude(/.*)?' /usr/sbin/semanage: File context for /var/spool/prelude(/.*)? is not defined Can someone tell me what I'm doing wrong/how to fix? Thanks in advance, LCB. -- LC (Lenny) Bruzenak lenny@xxxxxxxxxxxxxx -- 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.