On Sun, May 01, 2022 at 06:04:45PM +0200, Martin Pecka wrote:
> @@ -330,6 +333,7 @@ struct config_item config_tab[] = {
>       PORT_ITEM_INT("udp_ttl", 1, 1, 255),
>       PORT_ITEM_INT("udp6_scope", 0x0E, 0x00, 0x0F),
>       GLOB_ITEM_STR("uds_address", "/var/run/ptp4l"),
> +     PORT_ITEM_INT("uds_file_mode", UDS_FILEMODE, 0, 04777),

The max value should be 0777 as the setuid, setguid, and sticky bits
are not applicable.  I'll fix that up for you.


_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to