summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2015-09-19 20:31:26 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2015-09-19 20:31:26 +0200
commitfb8d1cc6020976ce55862807efaa4f1862eb0d93 (patch)
treeb11a28f8c9afec72a68e2923d3f14a41f4b86699 /docs
parent5de30e9a05d3f0a8cb7f48d993ba91c436b7baba (diff)
also mention libattr
ACLs are implemented as xattrs, so libattr is pulled in as a dependency of libacl.
Diffstat (limited to 'docs')
-rw-r--r--docs/global.rst.inc1
-rw-r--r--docs/installation.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/global.rst.inc b/docs/global.rst.inc
index c8c490498..265ad2658 100644
--- a/docs/global.rst.inc
+++ b/docs/global.rst.inc
@@ -13,6 +13,7 @@
.. _PBKDF2: https://en.wikipedia.org/wiki/PBKDF2
.. _ACL: https://en.wikipedia.org/wiki/Access_control_list
.. _libacl: http://savannah.nongnu.org/projects/acl/
+.. _libattr: http://savannah.nongnu.org/projects/attr/
.. _liblz4: https://github.com/Cyan4973/lz4
.. _OpenSSL: https://www.openssl.org/
.. _Python: http://www.python.org/
diff --git a/docs/installation.rst b/docs/installation.rst
index 4d025c822..fbf5e7f4c 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -8,7 +8,7 @@ Installation
* Python_ >= 3.2
* OpenSSL_ >= 1.0.0
-* libacl_
+* libacl_ (that pulls in libattr_ also)
* liblz4_
* some python dependencies, see install_requires in setup.py