changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: setfacl for /usr/local/share

changeset 162: 3f7c2704669b
parent 161: c87410230a12
child 163: ee7977c5eb5b
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 28 Jan 2024 16:47:23 -0500
files: Containerfile.box
description: setfacl for /usr/local/share
     1.1--- a/Containerfile.box	Sun Jan 28 15:58:50 2024 -0500
     1.2+++ b/Containerfile.box	Sun Jan 28 16:47:23 2024 -0500
     1.3@@ -34,6 +34,9 @@
     1.4 RUN useradd --system -s /usr/local/bin/nu -u ${ID} -k /etc/skel -m ${DEV}
     1.5 RUN groupadd -g 128 engineer -U ${DEV}
     1.6 RUN groupadd -g 256 operator -U ${DEV}
     1.7+RUN setfacl -R -m u:${DEV}:rwx /usr/local/share/lisp
     1.8+RUN setfacl -R -m u:${DEV}:rwx /usr/local/share/cargo
     1.9+RUN setfacl -R -m u:${DEV}:rwx /usr/local/share/rustup
    1.10 USER ${DEV}
    1.11 WORKDIR ${DEV_HOME}
    1.12 RUN hg clone https://vc.compiler.company/comp/infra