[PATCH] find -context option

2007-06-06 Thread KaiGai Kohei
This patch enables to apply -context matching rule for find applet. It returns TRUE, if checked entry has same security context with given one by -context option. example of usage) # ./busybox find /etc -context system_u:object_r:shadow_t /etc/gshadow /etc/.pwd.lock /etc/shadow /etc/gshadow- /etc

Re: [PATCH] find -context option

2007-06-18 Thread KaiGai Kohei
Hi, It's a reminder. :) Is there any comment about the patch to support -context option for findutils applet, I posted a week ago? If it has no matter, I want to merge the feature. Thanks, KaiGai Kohei wrote: > This patch enables to apply -context matching rule for find applet. > > It returns

Re: [PATCH] find -context option

2007-06-19 Thread Denis Vlasenko
On Monday 18 June 2007 16:03, KaiGai Kohei wrote: > Hi, > > It's a reminder. :) Thanks. > Is there any comment about the patch to support -context option for > findutils applet, I posted a week ago? Applied to svn. Sorry. Report if it's broken, I didn't compile check it. -- vda