On Sun, Oct 25, 2015 at 9:40 PM, Ben Pfaff <b...@nicira.com> wrote:
> On Sun, Oct 25, 2015 at 09:36:03PM -0700, Andy Zhou wrote:
>> On Sat, Oct 24, 2015 at 2:36 PM, Ben Pfaff <b...@nicira.com> wrote:
>> > openvswitch-vtep.init seems like a funny place to do the following:
>> >
>> >> +    chown -R $OVS_USER:$OVS_GROUP /etc/openvswitch
>> >> +    chown -R $OVS_USER:$OVS_GROUP /var/run/openvswitch
>> >> +    chmod -R 0770 /var/run/openvswitch
>> >
>>
>> I agree it is odd. But seems necessary given the directory and files
>> created above as root. Do you have
>> some alternatives in mind?
>
> My point is that, if these files and directories need specific
> permissions, then openvswitch-vtep is probably not the right place to do
> it because most users won't install that package: it is only for
> hardware VTEPs.  (Do you do this somewhere else too?  I only spotted it
> in openvswitch-vtep.)
Got it. The intention of those are to deal with VTEP dir and files
specifically.  The post install
scripts of other packages should also take care of ownership and
permission changes for those
directories -- But they are not complete in v2.  I just posted v3 that
should address those.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to