Skip to content

Commit

Permalink
docker-for-mac/osxfs: clarify the ownership behavior in Beta 29
Browse files Browse the repository at this point in the history
Signed-off-by: David Sheets <[email protected]>
  • Loading branch information
dsheets committed Oct 25, 2016
1 parent 1a9f1fd commit 7158dab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docker-for-mac/osxfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,11 @@ requests for ownership metadata will return the previously set
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, e.g. when that object's permissions are `0000`, ownership
will be reported as the accessing process until the extended attribute
is again readable.
on an object, e.g. when that object's permissions are `0000`, `osxfs`
will attempt to add an access control list entry allowing the user to
read and write extended attributes. If this is not possible or extended
attribute permissions are still denied, ownership will be reported as
the accessing process until the extended attribute is again readable.

### File system events

Expand Down

0 comments on commit 7158dab

Please sign in to comment.