On 07/01/2016 08:06 AM, Inamdar Sharif wrote:
> Hi Guys,
>
>
>
> I have a node which is “abc,xyz”
>
> I want to label this node in genfs_contexts but getting syntax error
>
>
>
> But if I make the below change in
> external/selinux/checksepolicy/policy_scan.l it works fine.
>
> -"/"({alnum}|[_\.\-/])* { return(PATH); }
>
> +"/"({alnum}|[_\.\,\-/])* { return(PATH); }
>
>
>
> Is there any other way I can label the node ??
Quoting the path should also work, btw.
The QPATH pattern already included all non-quote printable characters.
_______________________________________________
Seandroid-list mailing list
[email protected]
To unsubscribe, send email to [email protected].
To get help, send an email containing "help" to
[email protected].