From 6d1d7ea0bbd0ef970e22f4c87775f95fb3b8452b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 9 Mar 2022 16:32:17 -0700 Subject: add "local" and "remote" to the names of some exported symbols Signed-off-by: Sean Whitton --- src/util/linux-namespace.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util') diff --git a/src/util/linux-namespace.lisp b/src/util/linux-namespace.lisp index 98b36d6..3844de2 100644 --- a/src/util/linux-namespace.lisp +++ b/src/util/linux-namespace.lisp @@ -117,7 +117,7 @@ CONSFIGURATOR.UTIL.LINUX-NAMESPACE:REDUCE-ID-MAPS and user_namespaces(7)." (shift-acl file +ACL-TYPE-ACCESS+) (when dirp (shift-acl file +ACL-TYPE-DEFAULT+))) (when (and dirp (not linkp)) - (mapc #'shift (directory-contents file)))))) + (mapc #'shift (local-directory-contents file)))))) (shift-acl (file type) (with-acl-free (acl (acl-get-file file type)) (with-foreign-objects -- cgit v1.2.3