blob: 0cad9bc114082e7a89304e05e936fcfec91426a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# hICN Face Manager
The bonjour interfaces uses SO_BINDTODEVICE to be able to send bonjour queries
to the right interfaces. As such facemgr has to be run as root, or with the
CAP_NET_RAW capability.
```
sudo getcap build-root/bin/facemgr
sudo setcap cap_net_raw+ep build-root/bin/facemgr
sudo getcap build-root/bin/facemgr
```
|