You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explanation:
It actually took me over a hour to find the solution, which is why I'm sharing how I arrived at the solution, to help the next poor soul :)
Running on WSL2 (Windows 10 + Ubuntu 22), the ping example of Chapter 4 yields a permission denied error:
One Solution:
Explanation:
It actually took me over a hour to find the solution, which is why I'm sharing how I arrived at the solution, to help the next poor soul :)
sudo crictl inspect $B1C_ID | jq .info.runtimeSpec.process.capabilities
, we see that CAP_NET_RAW is not included.Combining these resources we can produce the solution above.
The text was updated successfully, but these errors were encountered: