aboutsummaryrefslogtreecommitdiff
path: root/src/util/linux-namespace.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/linux-namespace.lisp')
-rw-r--r--src/util/linux-namespace.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/linux-namespace.lisp b/src/util/linux-namespace.lisp
index afa3080..38d4c11 100644
--- a/src/util/linux-namespace.lisp
+++ b/src/util/linux-namespace.lisp
@@ -119,7 +119,7 @@ CONSFIGURATOR.UTIL.LINUX-NAMESPACE:REDUCE-ID-MAPS and user_namespaces(7)."
(when (and dirp (not linkp))
(mapc #'shift (local-directory-contents file))))))
(shift-acl (file type)
- (with-acl-free (acl (acl-get-file file type))
+ (with-acl-free ((acl (acl-get-file file type)))
(with-foreign-objects
((uid 'uid_t) (gid 'gid_t) (entry-p 'acl_entry_t))
(loop with setp