Skip to content
  • Thomas Haller's avatar
    device: change default value for cloned-mac-address to "preserve" (bgo#770611) · fae5ecec
    Thomas Haller authored
    Long ago before commit 1b49f941, NetworkManager did not touch the
    MAC address at all. Since 0.8.2 NetworkManager would modify the
    MAC address, and eventually it would reset the permanent MAC address
    of the device.
    
    This prevents a user from externally setting the MAC address via tools
    like macchanger and rely on NetworkManager not to reset it to the
    permanent MAC address. This is considered a security regression in
    bgo#708820.
    
    This only changed with commit 9a354cdc and 1.4.0. Since then it is possible
    to configure "cloned-mac-address=preserve", which instead uses the "initial"
    MAC address when the device activates.
    That also changed that the "initial" MAC address is the address which was
    externally configured on the device as last. In other words, the
    "initial" MAC address is picked up from external changes, unless it
    was NetworkManager itself who configured the address when activating a
    connection.
    
    However, in absence of an ex...
    fae5ecec
To find the state of this project's repository at the time of any of these versions, check out the tags.