lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master a779e6f 05/18: Give all group users access to


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a779e6f 05/18: Give all group users access to chroot, on debian host
Date: Thu, 21 May 2020 19:43:10 -0400 (EDT)

branch: master
commit a779e6fa60b733d1ed160445cf3df1b1d97bec12
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Give all group users access to chroot, on debian host
    
    Until now, this had been done only for centos and redhat hosts.
---
 lmi_setup_11.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lmi_setup_11.sh b/lmi_setup_11.sh
index e8883eb..bd1ca9c 100755
--- a/lmi_setup_11.sh
+++ b/lmi_setup_11.sh
@@ -57,7 +57,7 @@ cat >/etc/schroot/chroot.d/"${CHRTNAME}".conf <<EOF
 aliases=lmi
 description=debian ${CODENAME} cross build ${CHRTVER}
 directory=/srv/chroot/${CHRTNAME}
-users=${NORMAL_USER}
+users=${CHROOT_USERS}
 groups=${NORMAL_GROUP}
 root-groups=root
 shell=/bin/zsh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]