mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update nmap_tracker.markdown (#9588)
A ~little better clarity that Hass.io is a Linux system subject to this requirement.
This commit is contained in:
parent
1c4ef8cfb0
commit
8f8c5792f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user