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 ??

Thanks.

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may 
contain
confidential information.  Any unauthorized review, use, disclosure or 
distribution
is prohibited.  If you are not the intended recipient, please contact the 
sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
_______________________________________________
Seandroid-list mailing list
[email protected]
To unsubscribe, send email to [email protected].
To get help, send an email containing "help" to 
[email protected].

Reply via email to