I'm trying to set the setfcap capability within a docker image. When I try to run the command setcap cap_setfcap=eip /usr/sbin/setcap
, I get the following error:
Failed to set capabilities on file
'/usr/sbin/setcap'
(Invalid argument)
I'm trying to set the setfcap capability within a docker image. When I try to run the command setcap cap_setfcap=eip /usr/sbin/setcap
, I get the following error:
Failed to set capabilities on file
'/usr/sbin/setcap'
(Invalid argument)