diff --git a/source/_integrations/nmap_tracker.markdown b/source/_integrations/nmap_tracker.markdown index ee4e6bf0056..89e199e8a76 100644 --- a/source/_integrations/nmap_tracker.markdown +++ b/source/_integrations/nmap_tracker.markdown @@ -51,14 +51,4 @@ Raw configurable scan options for Nmap: default: -F T4 --min-rate 10 --host-timeout 5s {% endconfiguration_basic %} -### Linux capabilities - -On Linux systems (such as the Home Assistant Operating System) you can extend the functionality of Nmap, without having to run it as root, by using *Linux capabilities*. Be sure to specify the full path to wherever you installed Nmap: - -```bash -sudo setcap cap_net_raw,cap_net_admin,cap_net_bind_service+eip /usr/bin/nmap -``` - -And you can set up the device tracker scan options with `--privileged -sn` - See the [device tracker integration page](/integrations/device_tracker/) for instructions how to configure the people to be tracked.