Re: AppArmor with BusyBox
Quentin Schulz
Hi Khem,
On Tue, Apr 27, 2021 at 08:33:08PM -0700, Khem Raj wrote: On Tue, Apr 27, 2021 at 3:34 PM Konstantin Aladyshev <aladyshev22@gmail.com>Not sure to really understand the question, but the -d option of xargs is for specifying a delimiter different than the default space. There is no support for such a thing in Busybox implementation of xargs. Usually options for tools in Busybox are specified at the beginning of the C file: https://git.busybox.net/busybox/tree/findutils/xargs.c Line 17 to 71. If one looks for delimiter keyword in the file, nothing configurable is available, it's either space or EOF that is matched. I'm naive enough to think it might be not too hard to add this option to\ Busybox implementation. Cheers, Quentin
|
|