Browse Source
Operator precedence made `!mode & 0o111 != 0` require all three execute bits (u/g/o), so owner-only (0700) and group-executable (0750) sendmail commands were rejected as non-executable. Check `(mode & 0o111) != 0` via mode_is_executable and add a unit test for the common permission modes. Fixes #7445pull/7446/head
1 changed files with 23 additions and 1 deletions
Loading…
Reference in new issue