sipcapture / heplify

Portable and Lightweight HEP Capture Agent for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
179 stars 64 forks source link

Update Dockerfile to enable non-root user with cap_add #274

Closed TheQue42 closed 5 months ago

TheQue42 commented 5 months ago

In order to run the heplify container as a non root user, and then use capabilities (cap_add) to enable promiscous mode for the heplify binary, we need to set those capabilites on the heplify binary in the image.

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

TheQue42 commented 5 months ago

What is left in order for this to be merged? Btw, I cant find a manual for the various heplify CLI parameters? That is, more detail than just the --help.