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
Even though the ambient cap set is empty, it will always call PR_CAP_AMBIENT_LOWER for each support caps, in most machines, it will call 40 times.
We can use PR_CAP_AMBIENT_CLEAR_ALL to avoid this big for loop to reduce the prctl syscall times.
Even though the ambient cap set is empty, it will always call
PR_CAP_AMBIENT_LOWER
for each support caps, in most machines, it will call 40 times.We can use
PR_CAP_AMBIENT_CLEAR_ALL
to avoid this big for loop to reduce theprctl
syscall times.Please see:
sys/capability/capability_linux.go
Lines 366 to 373 in 46235e8
The text was updated successfully, but these errors were encountered: