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
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
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
3 matches
Mail list logo