Skip to content

Commit

Permalink
Update readme:
Browse files Browse the repository at this point in the history
Describe about user `network-broker`
  • Loading branch information
ssahani committed Dec 14, 2021
1 parent 98b16c8 commit 2fde88b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Environment variables `LINK`, `LINKINDEX=` and DHCP lease information `DHCP_LEAS

```

Due to security `network-broker` runs in non root user `network-broker`. It drops all privileges except CAP_NET_ADMIN and CAP_SYS_ADMIN.

```bash
❯ useradd -M -s /usr/bin/nologin network-broker
```

### Configuration
----

Expand Down

0 comments on commit 2fde88b

Please sign in to comment.