lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master db26087 2/2: Let all "lmi" group members use


From: Greg Chicares
Subject: [lmi-commits] [lmi] master db26087 2/2: Let all "lmi" group members use the chroot
Date: Thu, 5 Mar 2020 18:41:11 -0500 (EST)

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

    Let all "lmi" group members use the chroot
    
    If no "lmi" group exists, then only $(logname) can use the chroot.
---
 install_redhat.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_redhat.sh b/install_redhat.sh
index 91ecb17..614e1e3 100755
--- a/install_redhat.sh
+++ b/install_redhat.sh
@@ -156,7 +156,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
 type=plain



reply via email to

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