From 42489752b4c78f6bbc80bb56a4347b692a067c29 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 25 Jul 2021 13:03:57 -0700 Subject: add Linux namespace-entering connections Signed-off-by: Sean Whitton --- consfigurator.asd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'consfigurator.asd') 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") -- cgit v1.2.3