Re: [RFC 8/8] kdbus: Ability to run kdbus test by executable binary name

2015-07-08 Thread Paul Osmialowski
Hi Greg, Thanks for your comments, On Wed, 8 Jul 2015, Greg Kroah-Hartman wrote: Why not create symlinks automatically so this works without having to manually run 'cp'? It can be anything on which one can apply security label. Symlinks can do. But really, is spelling out the command line

Re: [RFC 8/8] kdbus: Ability to run kdbus test by executable binary name

2015-07-08 Thread Greg Kroah-Hartman
On Wed, Jul 08, 2015 at 12:25:10PM +0200, Paul Osmialowski wrote: > With this applied, you can do following: > > $ cp kdbus-test daemon > $ cp kdbus-test send > > Then run 'daemon' in one shell session: > > $ ./daemon --bus test > > ...and 'send' in another: > > $ ./send --bus test > > Useful

[RFC 8/8] kdbus: Ability to run kdbus test by executable binary name

2015-07-08 Thread Paul Osmialowski
With this applied, you can do following: $ cp kdbus-test daemon $ cp kdbus-test send Then run 'daemon' in one shell session: $ ./daemon --bus test ...and 'send' in another: $ ./send --bus test Useful for testing features introduced by previous patches. Signed-off-by: Paul Osmialowski --- t