aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-11-03 14:32:39 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-04 12:19:00 -0700
commit9d857f62af05ff2f9a4ec22f1cfacecf071b668a (patch)
treed405328773cdc2336089d1ef15d53a68933c1ee3 /doc
parent2c9bf3e94369e6576ea576eaa82970a8128a59f5 (diff)
downloadconsfigurator-9d857f62af05ff2f9a4ec22f1cfacecf071b668a.tar.gz
add CAPABILITY-P and grovel for some Linux capability constants
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'doc')
-rw-r--r--doc/introduction.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 1af6cf3..cc961ee 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -297,7 +297,8 @@ Portability and stability
- As both Consfigurator and its dependency Osicat make use of CFFI-Grovel,
loading Consfigurator into Lisp currently always additionally requires a C
- toolchain, and development headers for libacl. It might be possible to
+ toolchain, and development headers for libacl. On GNU/Linux, development
+ headers for libcap are also required. It might be possible to
conditionalise further so as to avoid any dependency on a C toolchain for
the root Lisp.