From 407d420c219e9c4e4b9e88f36cc8f42e9af3eac6 Mon Sep 17 00:00:00 2001 From: Kris Katterjohn Date: Thu, 19 Sep 2019 15:47:41 -0500 Subject: [PATCH] (chibi system): export the struct group predicate group? --- lib/chibi/system.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chibi/system.sld b/lib/chibi/system.sld index 49e500f3..fe2b579a 100644 --- a/lib/chibi/system.sld +++ b/lib/chibi/system.sld @@ -3,7 +3,7 @@ (export get-host-name user? user-name user-password user-id user-group-id user-gecos user-home user-shell - group-name group-password group-id + group? group-name group-password group-id current-user-id current-group-id current-effective-user-id current-effective-group-id set-current-user-id! set-current-effective-user-id!