Pull request: * .goreleaser: use a different snap plug for cap_net_raw
Merge in DNS/adguard-home from 2228-new-plug to master For #2228. Squashed commit of the following: commit a073c8e033b1dfbdbd3fff8d773c6a2406b6211b Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Thu Nov 5 17:02:56 2020 +0300 * .goreleaser: use a different snap plug for cap_net_raw
This commit is contained in:
parent
2baa33fb1f
commit
11e794f554
|
@ -93,10 +93,10 @@ snapcrafts:
|
||||||
plugs:
|
plugs:
|
||||||
# Add the "netrwork-bind" plug to bind to interfaces.
|
# Add the "netrwork-bind" plug to bind to interfaces.
|
||||||
- network-bind
|
- network-bind
|
||||||
# Add the "netrwork-manager" plug to be able to bind to ports below
|
# Add the "netrwork-control" plug to be able to bind to ports below
|
||||||
# 1024 (cap_net_bind_service) and also to bind to a particular
|
# 1024 (cap_net_bind_service) and also to bind to a particular
|
||||||
# interface using SO_BINDTODEVICE (cap_net_raw).
|
# interface using SO_BINDTODEVICE (cap_net_raw).
|
||||||
- network-manager
|
- network-control
|
||||||
daemon: simple
|
daemon: simple
|
||||||
adguard-home-web:
|
adguard-home-web:
|
||||||
command: adguard-home-web.sh
|
command: adguard-home-web.sh
|
||||||
|
|
Loading…
Reference in New Issue