mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
17 lines
613 B
Plaintext
17 lines
613 B
Plaintext
### For use with the Broadcom Wi-Fi driver provided by Terra.
|
|
### This file disables MAC address randomization while scanning wireless access point as a workaround for RHBZ#1703745 and RFBZ#5245.
|
|
### See:
|
|
### - https://bugzilla.gnome.org/show_bug.cgi?id=777523
|
|
### - RHBZ#1695696
|
|
#
|
|
### WARNING: Anonymity is potentially disabled while scanning for a wireless access point.
|
|
|
|
[device-disable-wifi-scan-rand-mac-address]
|
|
match-device=driver:wl
|
|
wifi.scan-rand-mac-address=no
|
|
|
|
[connection-disable-wifi-scan-rand-mac-address]
|
|
match-device=driver:wl
|
|
wifi.cloned-mac-address=preserve
|
|
ethernet.cloned-mac-address=preserve
|