Skip to content

Commit 2fde88b

Browse files
committed
Update readme:
Describe about user `network-broker`
1 parent 98b16c8 commit 2fde88b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ Environment variables `LINK`, `LINKINDEX=` and DHCP lease information `DHCP_LEAS
3636

3737
```
3838

39+
Due to security `network-broker` runs in non root user `network-broker`. It drops all privileges except CAP_NET_ADMIN and CAP_SYS_ADMIN.
40+
41+
```bash
42+
❯ useradd -M -s /usr/bin/nologin network-broker
43+
```
44+
3945
### Configuration
4046
----
4147

0 commit comments

Comments
 (0)