fix: /etc and /usr permissions

This commit is contained in:
Spencer Judd 2024-03-13 15:12:31 -04:00
parent 8f3bfd7ef8
commit e10e66acfc
No known key found for this signature in database
GPG key ID: 8749883EAC09CF56

View file

@ -3,8 +3,8 @@ COPY --from=stagex/stage3 . /
WORKDIR rootfs
RUN <<-EOF
install -d -m0750 root
install -d -m0644 etc
install -d -m0644 usr
install -d -m0755 etc
install -d -m0755 usr
install -d -m1777 tmp
install -d -m1777 var/tmp
install -d -m1777 var/spool/mail