Block a user
fuse-timestamp-fake (latest)
Published 2026-01-14 15:30:56 +01:00 by soeren
Installation
docker pull gitea.freundchenhub.com/soeren/fuse-timestamp-fake:latestsha256:b73303da4f3154beee7dfdc3cb02db3662e039d818368c0e801b8ab49afba3d9
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1768176000' |
| 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"] |