Re: [ovs-dev] [PATCH] Grant Access Privilege of Named Pipe to Creator

2020-01-21 Thread Alin Serdean
Hi, Sorry I missed the email. The direction sounds ok with me. It will surely help with unit tests, since right now they require elevated permissions. Adding also Anand in the loop. Anand do you like the idea? Please also add a few lines to the documentation so users are aware of the change.

Re: [ovs-dev] [PATCH] Grant Access Privilege of Named Pipe to Creator

2020-01-19 Thread Ning Wu via dev
Hi Alin, Could you please help to give some comment? Thanks. From: Ning Wu Sent: Friday, January 17, 2020 15:15 To: d...@openvswitch.org; Alin Serdean Cc: Lina Li ; Roy Luo Subject: [PATCH] Grant Access Privilege of Named Pipe to Creator Current implementation of ovs on windows only allows

Re: [ovs-dev] [PATCH] Grant Access Privilege of Named Pipe to Creator

2020-01-17 Thread 0-day Robot
Bleep bloop. Greetings Ning Wu via dev, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: fatal: corrupt patch at line 13 Repository lacks necessary blobs to fall back on 3-way merge.

[ovs-dev] [PATCH] Grant Access Privilege of Named Pipe to Creator

2020-01-17 Thread Ning Wu via dev
Current implementation of ovs on windows only allows LocalSystem and Administrators to access the named pipe created with API of ovs. Thus any service that needs to invoke the API to create named pipe has to run as System account to interactive with ovs. It causes the system more vulnerable if one