From 9d92fa1f12c305a3584cc2d474d9afde31a0b46f Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Tue, 11 Mar 2025 17:15:24 +0200 Subject: [PATCH] FIXUP: Rename XXX to NOTE --- Dockerfile | 2 +- Dockerfile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfec87c..8975a40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -185,7 +185,7 @@ RUN mkdir -p \ # Copy the /etc and /var directories under the new root directory. Also, # copy /etc/, /opt, and /usr to the Dangerzone image rootfs. # -# XXX: We also have to remove the resolv.conf file, in order to not leak any DNS +# NOTE: We also have to remove the resolv.conf file, in order to not leak any DNS # servers added there during image build time. RUN cp -r /etc /var /new_root/ \ && rm /new_root/etc/resolv.conf diff --git a/Dockerfile.in b/Dockerfile.in index 3bb5970..050cd2a 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -185,8 +185,8 @@ RUN mkdir -p \ # Copy the /etc and /var directories under the new root directory. Also, # copy /etc/, /opt, and /usr to the Dangerzone image rootfs. # -# XXX: We also have to remove the resolv.conf file, in order to not leak any DNS -# servers added there during image build time. +# NOTE: We also have to remove the resolv.conf file, in order to not leak any +# DNS servers added there during image build time. RUN cp -r /etc /var /new_root/ \ && rm /new_root/etc/resolv.conf RUN cp -r /etc /opt /usr /new_root/home/dangerzone/dangerzone-image/rootfs \