Block a user
fuse-timestamp-fake (latest)
Published 2026-06-01 11:42:26 +02:00 by soeren
Installation
docker pull gitea.freundchenhub.com/soeren/fuse-timestamp-fake:latestsha256:34b3491561aba7bd61d033aedeb7312869b051cf34f191745990440a10683978
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-fusepy fuse libfuse-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY fuse_timestamp_spoof.py . # buildkit |
| RUN /bin/sh -c echo "user_allow_other" >> /etc/fuse.conf # buildkit |
| ENTRYPOINT ["python3" "/app/fuse_timestamp_spoof.py"] |