aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-09-13 16:29:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-10-23 10:51:30 -0700
commit324a2630f26c236c2ce438961d5dec727a4432ac (patch)
tree6921a7574c362735a96e47b2733b0f9642765207 /consfigurator.asd
parent446b8f4a8ef78cb4605cfb551255bb455be411f0 (diff)
downloadconsfigurator-324a2630f26c236c2ce438961d5dec727a4432ac.tar.gz
add wrappers of some system functions to manipulate POSIX.1e ACLs
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd3
1 files changed, 3 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 5890660..0b54349 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -4,6 +4,7 @@
:author "Sean Whitton <spwhitton@spwhitton.name>"
:licence "GPL-3+"
:serial t
+ :defsystem-depends-on (#:cffi-grovel)
:depends-on (#:anaphora
#:alexandria
#:babel
@@ -20,7 +21,9 @@
#:trivial-backtrace)
:components ((:file "src/package")
(:file "src/reader")
+ (:cffi-grovel-file "src/libacl")
(:file "src/util")
+ (:file "src/util/posix1e")
(:file "src/connection")
(:file "src/property")
(:file "src/propspec")