Re: [Linuxptp-devel] [PATCH v2 2/2] UDS: allow specifying different file mode for the read-only socket.

2022-04-30 Thread Richard Cochran
On Tue, Apr 12, 2022 at 01:43:35PM +0200, Martin Pecka wrote: > As discussed on linuxptp-users ("Config section for /var/log/ptp4lro creates > an additional port"), configuring different file modes via port sections in > config file does not work as intended. So I instead chose the way of passing

Re: [Linuxptp-devel] [PATCH v2 2/2] UDS: allow specifying different file mode for the read-only socket.

2022-04-30 Thread Richard Cochran
On Tue, Apr 12, 2022 at 01:38:18PM +0200, Martin Pecka wrote: > diff --git a/ptp4l.8 b/ptp4l.8 > index 71a414c..021dcad 100644 > --- a/ptp4l.8 > +++ b/ptp4l.8 > @@ -648,6 +648,16 @@ management messages, which is restricted to GET actions > and does not forward > messages to other ports. Access

Re: [Linuxptp-devel] [PATCH v2 2/2] UDS: allow specifying different file mode for the read-only socket.

2022-04-12 Thread Martin Pecka
This is a followup to the previous attempt at allowing to specify file mode of the UDS sockets. The v1 patch did not allow to specify different file modes for the RW and RO sockets, which seems like an essential option for me. As discussed on linuxptp-users ("Config section for