Apple commonly use your computer model and session name (like "Macbook's of Thea" or "iMac's of Oliver") to propagate itself in the network and this is bad for privacy.
To remediate this, you could make a regexp to detect this common name and replace it with randomized alphanumeric characters from /dev/random.
Hello,
Apple commonly use your computer model and session name (like "Macbook's of Thea" or "iMac's of Oliver") to propagate itself in the network and this is bad for privacy.
To remediate this, you could make a regexp to detect this common name and replace it with randomized alphanumeric characters from /dev/random.