machine-id randomized each run

master
RightToPrivacy 2022-11-13 17:41:41 -05:00
parent 663f0abe71
commit 9cc7b2034a
1 changed files with 2 additions and 1 deletions

3
wipri
View File

@ -167,7 +167,8 @@ fi
# machine-id randomization (regenerated) each wipri run
# machine-id is a unique identifer that can (unnecessarily) be used for tracking
echo -e "${BLUE}Removing Old machine-id To Prevent Tracking...${ENDCOLOR}"
# machine-id privacy concerns: https://lists.dyne.org/lurker/message/20190308.134955.e06f4b9c.en.html#dng
echo -e "${RED}Removing Old machine-id To Prevent Tracking...${ENDCOLOR}"
rm /etc/machine-id
echo -e "${BLUE}Generating New Unique machine-id...${ENDCOLOR}"
systemd-machine-id-setup && {