Skip to content
Snippets Groups Projects
Verified Commit 78b757d0 authored by micah's avatar micah :speech_balloon:
Browse files

Add the capability to kresd to be able to bind to a privileged port

parent 8e9b281c
Branches
Tags
No related merge requests found
Pipeline #44491 failed
...@@ -28,4 +28,4 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y - ...@@ -28,4 +28,4 @@ RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get install -y -
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN setcap cap_net_admin,cap_net_bind_service+ep /usr/sbin/openvpn RUN setcap cap_net_admin,cap_net_bind_service+ep /usr/sbin/openvpn
RUN setcap cap_net_admin+ep /bin/ip RUN setcap cap_net_admin+ep /bin/ip
RUN setcap cap_net_bind_service+ep /usr/sbin/kresd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment