-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Directory permissions not always canonicalized #12786
Copy link
Copy link
Closed
Labels
bugderivation-buildThe process of building an individual derivation (see also sandbox label)The process of building an individual derivation (see also sandbox label)good first issueQuick win for first-time contributorsQuick win for first-time contributorsstoreIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix store
Metadata
Metadata
Assignees
Labels
bugderivation-buildThe process of building an individual derivation (see also sandbox label)The process of building an individual derivation (see also sandbox label)good first issueQuick win for first-time contributorsQuick win for first-time contributorsstoreIssues and pull requests concerning the Nix storeIssues and pull requests concerning the Nix store
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
Looks like permissions are set in canonicaliseTimestampAndPermissions and
0444is not updated to0555for directories.E.g.
0554is canonicalized, but not0444.Details
Perhaps
Originally posted by @tie in NixOS/nixpkgs#393381 (comment)