summaryrefslogtreecommitdiffstats
path: root/tests/posix/perm_leading_plus_umask.out
Commit message (Collapse)AuthorAgeFilesLines
* parse: Take umask into account in parse_mode()Tavian Barnes2024-08-021-0/+10
POSIX 2024 clarified that find(1) is meant to work exactly like chmod(1) here, so for modes like +rw,-x with no "who" specified, apply the umask. Link: https://www.austingroupbugs.net/view.php?id=1392