From 8cdd7432d60ea3855351b6480c7f3e97fe22d44a Mon Sep 17 00:00:00 2001 From: Victoria Bialas Date: Tue, 25 Oct 2016 14:02:40 -0700 Subject: [PATCH] incorporated comments from David Signed-off-by: Victoria Bialas --- docker-for-mac/osxfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-mac/osxfs.md b/docker-for-mac/osxfs.md index 1e41b2cf17..f903dc2c0a 100644 --- a/docker-for-mac/osxfs.md +++ b/docker-for-mac/osxfs.md @@ -86,7 +86,7 @@ values. Ownership-based permissions are only enforced at the OS X file system level with all accessing processes behaving as the user running Docker. If the user does not have permission to read extended attributes on an object (such as when that object's permissions are `0000`), `osxfs` -will attempt to add an access control list (ACL) entry, which allows the user to +will attempt to add an access control list (ACL) entry that allows the user to read and write extended attributes. If this attempt fails, the object will appear to be owned by the process accessing it until the extended attribute is readable again. ### File system events