mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-02-16 05:35:27 +00:00
support for IPPROTO_ICMP #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rofl0r on GitHub (May 25, 2014).
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=c319b4d76b9e
this patch makes it possible to use ping without root privs
@steev commented on GitHub (May 26, 2014):
Have you tested this patch or just going based on what the commit message says?
@rofl0r commented on GitHub (May 26, 2014):
this patch is on all recent kernels, and i'm using the feature in my linux distro
(i even wrote the support for busybox' ping utility)
3cc4b49360@steev commented on GitHub (May 26, 2014):
Right - recent kernels - this kernel is 2.6.31 based, and while it may backport fairly easily, I don't know if anyone at Genesi has the time to do so, and those of us outside it... don't have as much free time as we used to. So if you'd like to see it in this kernel, it would be forever helpful if you tested that it worked and sent a pull request :)