NetworkManager resets spoofed mac address to physical mac
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
network-manager (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Ubuntu 16.04 bumped NetworkManager to version 1.1.93. Unlike 15.10 (with v1.0.4) and earlier NetworkManager now resets temporary mac of an interface to actual physical mac effectively disabling typical wifi anonymization technics.
Same issue is present in just released NetworkManager 1.2.
It appears that sometime between 1.0.10 and 1.1.93 there was a change in src/devices/
/* Set spoof MAC to the interface */
cloned_mac = nm_setting_
if (cloned_mac)
nm_device_
to
/* Set spoof MAC to the interface */
cloned_mac = nm_setting_
nm_device_
cloned_mac is NULL if not specified in NetworkManager GUI. When called with NULL nm_device_
Changed in compiz-plugins-main (Ubuntu): | |
status: | New → Invalid |
no longer affects: | compiz-plugins-main (Ubuntu) |
description: | updated |
information type: | Private Security → Public Security |
This would be great to report upstream as a feature request.