summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-11-26 19:25:26 -0800
committerGitHub <noreply@github.com>2021-11-26 19:25:26 -0800
commite36a3c87580477e8dbc407bd5ef7c1ed1e987cf0 (patch)
tree728d249cbe7c28598faa9231735503d172027159
parent811cd1bdb02493a4717f1bd2466a833920d0ad0e (diff)
parent75e489b9e951b5d169df027809429d1530715536 (diff)
downloadxattr-e36a3c87580477e8dbc407bd5ef7c1ed1e987cf0.tar.gz
Merge pull request #96 from ipsod/patch-1
Note about how to create custom xattr
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index c2c9214..a1de1fb 100644
--- a/README.rst
+++ b/README.rst
@@ -12,3 +12,6 @@ file system objects (files, directories, symlinks, etc).
Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4)
and Linux 2.6+. Experimental support is included for Solaris and FreeBSD.
+
+Note: On Linux, custom xattr keys need to be prefixed with the `user`
+namespace, ie: `user.your_attr`.