Skip to content

Commit

Permalink
Merge pull request #1212 from sudo-bmitch/pr-uname-gname
Browse files Browse the repository at this point in the history
Ignore uname/gname where uid/gid are supported
  • Loading branch information
sudo-bmitch authored Nov 7, 2024
2 parents 45c76ea + cee95e9 commit c66e811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layer.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ Where supported, MUST include file attributes for Additions and Modifications in

- Modification Time (`mtime`)
- User ID (`uid`)
- User Name (`uname`) *secondary to `uid`*
- User Name (`uname`) should be ignored on platforms that support User ID (`uid`)
- Group ID (`gid`)
- Group Name (`gname`) *secondary to `gid`*
- Group Name (`gname`) should be ignored on platforms that support Group ID (`gid`)
- Mode (`mode`)
- Extended Attributes (`xattrs`)
- Symlink reference (`linkname` + symbolic link type)
Expand Down

0 comments on commit c66e811

Please sign in to comment.