On 02/11/2015 05:57 AM, Colin Powers wrote: > Hi all, > > We are trying in a .fc file to assign a label to a directory path containing the word 'include', e.g. > > /opt/mydir/include(/.*)? -d gen_context(system_u:object_r:my_context_t,s0) > > However it seems 'include(...)' is interpreted as a keyword/macro which causes a compilation error: > `/.*': No such file or directory > > Is there a way around this, other than by doing something funny with the regex, like wildcarding one of the letters? I'm guessing that this is a result of passing the .fc file through m4 to expand macros like gen_context(). So perhaps you could just quote it to avoid expansion by m4? _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.