From cee95e941646ed588beb28cdbb149b978b8f9392 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Thu, 24 Oct 2024 17:04:52 -0400 Subject: [PATCH] Ignore uname/gname where uid/gid are supported Signed-off-by: Brandon Mitchell --- layer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layer.md b/layer.md index 22dea630..9f8fb8e2 100644 --- a/layer.md +++ b/layer.md @@ -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)