Comment 2 for bug 1972667

Revision history for this message
Rodrigo Figueiredo Zaiden (rodrigo-zaiden) wrote :

Hi,
Thanks for reporting this bug.

It is the intended result of the update, following the upstream commit below:
 https://gitlab.com/craftyguy/networkd-dispatcher/-/commit/2e226ee027bdc8022f0e10470318f89f25dc6133
Mainly, the permission checks added in `check_perms()`. The fixed less-restrictive permission seems to be addressed with `st_mode == mode`.

The restriction to 0755 was set with above commit but I also don't see any documentation nor manual guidance, I'm sorry about that.

It seems for me that it was the expected permission of a script as it was expected to be executed, but that proved to be wrong as it was working before. (but I must say that I'm not a networkd-dispatcher expert)

Anyway, I raised this issue with the upstream maintainers:
 https://gitlab.com/craftyguy/networkd-dispatcher/-/issues/66
feel free to comment on there as well. hope to hear back soon

thanks!