openwrt/openwrt#23540 (comment)
60392cf
The check requires all paths from the root dir down to not have group write or others write permissions, which is too strict and may break existing configurations.
There are better ways to solve the TOCTOU bug. One may be using openat2() + fexecve() on fd.
openwrt/openwrt#23540 (comment)
60392cf
The check requires all paths from the root dir down to not have group write or others write permissions, which is too strict and may break existing configurations.
There are better ways to solve the TOCTOU bug. One may be using
openat2() + fexecve()on fd.