aboutsummaryrefslogtreecommitdiff
path: root/consfigurator.asd
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-07-25 13:03:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-11-08 12:31:48 -0700
commit42489752b4c78f6bbc80bb56a4347b692a067c29 (patch)
treeb7df4b0d7ad0fdd8dc6c25124947c586ba6d2d45 /consfigurator.asd
parent9d857f62af05ff2f9a4ec22f1cfacecf071b668a (diff)
downloadconsfigurator-42489752b4c78f6bbc80bb56a4347b692a067c29.tar.gz
add Linux namespace-entering connections
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'consfigurator.asd')
-rw-r--r--consfigurator.asd2
1 files changed, 2 insertions, 0 deletions
diff --git a/consfigurator.asd b/consfigurator.asd
index 3501dc1..a25cf2e 100644
--- a/consfigurator.asd
+++ b/consfigurator.asd
@@ -27,6 +27,7 @@
(:cffi-grovel-file "src/libcap" :if-feature :linux)
(:file "src/util")
(:file "src/util/posix1e")
+ (:file "src/util/linux-namespace")
(:file "src/connection")
(:file "src/property")
(:file "src/propspec")
@@ -84,6 +85,7 @@
(:file "src/connection/chroot")
(:file "src/connection/setuid")
(:file "src/connection/as")
+ (:file "src/connection/linux-namespace")
(:file "src/data/asdf")
(:file "src/data/pgp")
(:file "src/data/git-snapshot")