mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 09:31:58 +00:00
10abb8b734
* Add: broadcom-wl and wl-kmod * Fix: Built kmods without RPM Fusion deps fixed BuildRequires because actually why was it done that way * Cleanup: Removed EOL Fedora and RHEL versions from specs * Cleanup/security: Fixed more spec stuff for EOL Fedora/EL versions, removed a legacy file that if changed could result in an unbootable kernel * Fix: Use Mock Co-authored-by: madomado <madonuko@outlook.com> Signed-off-by: Gil <rockgrub@protonmail.com> * Cleanup: More removal of EOL conditions Signed-off-by: Gil <rockgrub@protonmail.com> * Cleanup: Typo Signed-off-by: Gil <rockgrub@protonmail.com> * Cleanup/security: Removed a patch related to a previously removed file that could result in an unbootable kernel --------- Signed-off-by: Gil <rockgrub@protonmail.com> Co-authored-by: madomado <madonuko@outlook.com>
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
|