From 43c3a16a239fde1648846e8f07f1e6553e859b51 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 11 Mar 2022 14:43:11 -0700 Subject: UTIL.LINUX-NAMESPACE:GET-IDS-OFFSET: flip order of the two arguments 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 3844de2..afa3080 100644 --- a/src/util/linux-namespace.lisp +++ b/src/util/linux-namespace.lisp @@ -18,7 +18,7 @@ (in-package :consfigurator.util.linux-namespace) (named-readtables:in-readtable :consfigurator) -(defun get-ids-offset (identifier file) +(defun get-ids-offset (file identifier) "Where IDENTIFIER is a username or uid, and FILE is structured like /etc/subuid and /etc/subuid (see subuid(5) and subgid(5)), return the numerical subordinate ID and numerical subordinate ID count for the first -- cgit v1.2.3