This commit is contained in:
Tim
2026-01-07 10:14:30 +01:00
parent 553f11f25b
commit 2090cfb9e5

View File

@@ -55,12 +55,12 @@ RUN chown crime2:crime2 /home/crime2/data.txt && chmod 600 /home/crime2/data.txt
# Level3
COPY Level/Level3/ /home/crime3/
RUN chown -R crime3:crime3 /home/crime3/ && chmod -R 600 /home/crime3/
RUN chown -R crime3:crime3 /home/crime3/ && chmod -R 666 /home/crime3/
# Level4
COPY Level/Level4/ /home/crime4/
RUN chown crime4:crime4 /home/crime4/geheim && chmod 600 /home/crime4/geheim
RUN chown crime4:crime4 /home/crime4/geheim && chmod 777 /home/crime4/geheim
# Level5
COPY Level/Level5/systemd-hdtob.py /usr/local/bin/systemd-hdtob.py