Whenever I create a DVM based off whonix-workstation-17 template, I get a failed md5 check sum for /usr/share/anon-apps-config/kioslaverc
I did this using sudo debsums | grep -v OK
.
I also tried the same command in the whonix-workstation-17 template but i didnt get a failed checksum there. Is there a reason why it only shows up when i create a DVM based on this template?
Should i be worried about the checksum failure?
1 Like
I have also a failed checksum in a Whonix-based App qube when I verify a USB stick with Qubes 4.2.2 written on it. The same USB stick shows the correct checksum in other qubes.
/usr/lib/qubes-whonix/replace-ips
# This is a list of all Whonix files that contain IP addresses that will
# be searched and replaces with the current assigned IP address
FILES=[
'/usr/share/whonix-gw-network-conf/network_internal_ip.txt',
'/etc/resolv.conf',
'/etc/resolv.conf.whonix',
'/etc/resolv.conf.anondist',
'/etc/rinetd.conf.anondist',
'/etc/tor/torrc',
'/usr/local/etc/torrc.d/50_user.conf',
'/usr/share/anon-gw-anonymizer-config/torrc.examples',
'/home/user/.torchat/torchat.ini',
'/home/user/.xchat2/xchat.conf',
'/home/user/.config/hexchat/hexchat.conf',
'/usr/lib/leaktest-workstation/simple_ping.py',
'/usr/share/anon-apps-config/kioslaverc',
'/usr/share/anon-torchat/.torchat/torchat.ini',
'/usr/share/tor/tor-service-defaults-torrc.anondist',
]
The /usr/share/anon-apps-config/kioslaverc
file contains the hardcoded gateway IP address and it’s updated by this script /usr/lib/qubes-whonix/replace-ips
.
1 Like