Summary
POSIX permission definitions are wrong
Metadata
- Id: f6bb8224dd4752e4bea77587f4bca18cb43c60d2
- Trac id: 1602
- Type: defect
- Reporter: sjamaan
- Owner:
- Cc:
- Status: closed
- Component: core libraries
- Estimated difficulty: trivial
- Resolution: fixed
- Priority: major
- Milestone: 5.1
- Version: 5.0.0
- Changetime: 2019-04-08 02:53:07 UTC
- Created: 2019-04-07 15:49:11 UTC
- Keywords:
Description
As pointed out by Eric Hoffman, there's a copy/paste mistake in perm/irusr, perm/irgrp and so on; they all refer to the same thing.
This was introduced in 5.0 during the refactor at de6281c1aa45380184397122a6bfb03f5b0558c2.
Changes and comments
[2019-04-08 02:53:07 UTC] evhan changed status from new to closed
[2019-04-08 02:53:07 UTC] evhan set resolution to fixed
[2019-04-08 02:53:07 UTC] evhan wrote:
Fixed by 822b5c99a.