Well, you could even enable ping capabilities by unpriviledged users with the ICMP socket type:
# sysctl -w net.ipv4.ping_group_range='0 65536' $ strace -esocket ping 127.0.0.1 socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP) = 3 Regards, On Mon, Aug 6, 2018 at 10:30 PM Launchpad Bug Tracker <[email protected]> wrote: > > This bug was fixed in the package livecd-rootfs - 2.534 > > --------------- > livecd-rootfs (2.534) cosmic; urgency=medium > > [ Michael Hudson-Doyle ] > * Disable journald rate limiting in the live-server live session. > (LP: #1776891) > > [ Steve Langasek ] > * generate all tar files with --xattrs. LP: #1302192. > > -- Steve Langasek <[email protected]> Mon, 06 Aug 2018 > 13:12:02 -0700 > > ** Changed in: livecd-rootfs (Ubuntu) > Status: New => Fix Released > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1302192 > > Title: > capabilities not preserved on installation > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/attr/+bug/1302192/+subscriptions -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1302192 Title: capabilities not preserved on installation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/attr/+bug/1302192/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
