mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 16:58:41 -05:00
625188e5bf
In order to handle regulatory domain requests, crda needs to be installed on the host, but we also need to install a uevent helper in the VM so that it gets executed (since we don't run udev). Signed-hostap: Johannes Berg <johannes.berg@intel.com>
7 lines
126 B
Bash
Executable File
7 lines
126 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# assume this was a call for CRDA,
|
|
# if not then it won't find a COUNTRY
|
|
# environment variable and exit
|
|
exec crda
|