SV-268147r1131095_rule
V-268147
SRG-OS-000300-GPOS-00118
ANIX-00-001260
CAT II
10
Configure the audit service to disable Bluetooth adapters.
Add the following Nix code to the NixOS Configuration, usually located in /etc/nixos/configuration.nix or /etc/nixos/flake.nix:
hardware.bluetooth.enable = false;
Rebuild and switch to the new NixOS configuration:
$ sudo nixos-rebuild switch
Verify NixOS disables Bluetooth adapters by running the following command:
$ grep -R hardware.bluetooth /etc/nixos/
/etc/nixos/configuration.nix:hardware.bluetooth.enable = false;
If "hardware.bluetooth.enable", does not equal false, is missing, or is commented out, this is a finding.
V-268147
False
ANIX-00-001260
Verify NixOS disables Bluetooth adapters by running the following command:
$ grep -R hardware.bluetooth /etc/nixos/
/etc/nixos/configuration.nix:hardware.bluetooth.enable = false;
If "hardware.bluetooth.enable", does not equal false, is missing, or is commented out, this is a finding.
M
5658