csot/contest

Task 07 — Permission Rabbit Hole

How to evaluate

csot challenge start -w week-02 -t 07
# SSH in with printed host, port, password
# cd ~/incident-07 — fix the stack on the VM
csot challenge verify

Edit files under ~/incident-07 on the VM, then docker compose up -d --build.

What the grader checks

  • Stack starts (4 pts)
  • GET /health returns 200 and the app wrote state under /app/data (10 pts)
  • Process runs as non-root (2 pts)

Points: 16

Other tasks