Re: [Toybox] ls -Z with relative paths

2016-01-15 Thread enh
ping? (i was hoping to get this into this friday's android toybox update. it's my only internal toybox bug that's > 1wk old at the moment.) On Tue, Jan 12, 2016 at 12:56 PM, enh wrote: > On Mon, Jan 11, 2016 at 1:17 PM, Rob Landley wrote: >> On 01/09/2016

Re: [Toybox] ls -Z with relative paths

2016-01-15 Thread Rob Landley
Darn it, I was sure I'd committed that already. The downside of git is I have 3 machines with active trees on them, although it's _mostly_ on the netbook... Try now? Rob On 01/15/2016 03:03 PM, enh wrote: > ping? (i was hoping to get this into this friday's android toybox > update. it's my

Re: [Toybox] ls -Z with relative paths

2016-01-15 Thread enh
yep, see it now. thanks. On Fri, Jan 15, 2016 at 3:08 PM, Rob Landley wrote: > Darn it, I was sure I'd committed that already. > > The downside of git is I have 3 machines with active trees on them, > although it's _mostly_ on the netbook... > > Try now? > > Rob > > On

Re: [Toybox] ls -Z with relative paths

2016-01-11 Thread Josiah Worcester
On Mon, Jan 11, 2016 at 1:18 PM Rob Landley wrote: > On 01/09/2016 03:38 PM, enh wrote: > > i have the following internal bug: > > > > ls -laZ doesn't properly return the SELinux label for files where a > > non-fully qualified path is provided. > > > > Steps to reproduce (on

[Toybox] ls -Z with relative paths

2016-01-09 Thread enh
i have the following internal bug: ls -laZ doesn't properly return the SELinux label for files where a non-fully qualified path is provided. Steps to reproduce (on Nexus 9): adb shell ls -laZ /sys/kernel/debug/tracing/tracing_on adb shell ls -laZ /sys/kernel/debug/tracing/ | grep tracing_on