From 8f8c5792f80cbdcc9066006d2c67867a51c15e11 Mon Sep 17 00:00:00 2001 From: Jon <26205899+VdkaShaker@users.noreply.github.com> Date: Sun, 9 Jun 2019 03:52:11 -0700 Subject: [PATCH] Update nmap_tracker.markdown (#9588) A ~little better clarity that Hass.io is a Linux system subject to this requirement. --- source/_components/nmap_tracker.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/nmap_tracker.markdown b/source/_components/nmap_tracker.markdown index 1003cc26778..fe414f96646 100644 --- a/source/_components/nmap_tracker.markdown +++ b/source/_components/nmap_tracker.markdown @@ -92,7 +92,7 @@ An example of how the Nmap scanner can be customized: ### {% linkable_title Linux capabilities %} -On Linux systems 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: +On Linux systems (such as Hass.io) 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