Update Level1

This commit is contained in:
Tim
2025-11-13 10:12:19 +01:00
parent 54c8ca6beb
commit 4013a244db
3 changed files with 7 additions and 3 deletions

1
.env
View File

@@ -1 +0,0 @@
test

5
Chat.txt Normal file
View File

@@ -0,0 +1,5 @@
User1: Hi, Was ist das Password für den Computer?
User2: &Vs@gSfdC+SPh!{BkBSrWG$~9{
User1: das geht nicht.
User2: Ups das war das falsche.
User2: &Vs@gSfdC+SPh!{BkBSt$~9{

View File

@@ -18,8 +18,8 @@ RUN mkdir -p /home/crime1 /home/crime2 \
RUN echo "crime1:crime1" | chpasswd
RUN echo "crime2:crime2" | chpasswd
COPY .env /home/crime1/.env
RUN chown crime1:crime1 /home/crime1/.env && chmod 600 /home/crime1/.env
COPY .env /home/crime1/.Chats/Chat.txt
RUN chown crime1:crime1 /home/crime1/.Chats/Chat.txt && chmod 600 /home/crime1/.Chats/Chat.txt
COPY data.txt /home/crime2/data.txt
RUN chown crime2:crime2 /home/crime2/data.txt && chmod 600 /home/crime1/data.txt