Skip to content

Commit cee95e9

Browse files
committed
Ignore uname/gname where uid/gid are supported
Signed-off-by: Brandon Mitchell <git@bmitch.net>
1 parent da92727 commit cee95e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Where supported, MUST include file attributes for Additions and Modifications in
5151

5252
- Modification Time (`mtime`)
5353
- User ID (`uid`)
54-
- User Name (`uname`) *secondary to `uid`*
54+
- User Name (`uname`) should be ignored on platforms that support User ID (`uid`)
5555
- Group ID (`gid`)
56-
- Group Name (`gname`) *secondary to `gid`*
56+
- Group Name (`gname`) should be ignored on platforms that support Group ID (`gid`)
5757
- Mode (`mode`)
5858
- Extended Attributes (`xattrs`)
5959
- Symlink reference (`linkname` + symbolic link type)

0 commit comments

Comments
 (0)