capabilities not preserved on installation
Bug #1302192 reported by
Matteo Croce
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
attr (Ubuntu) |
Fix Released
|
Critical
|
Colin Watson | ||
Trusty |
Fix Released
|
Critical
|
Colin Watson | ||
iputils (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned | ||
Trusty |
Confirmed
|
Undecided
|
Unassigned | ||
live-installer (Ubuntu) |
Fix Released
|
Critical
|
Unassigned | ||
Trusty |
Fix Released
|
Critical
|
Unassigned | ||
livecd-rootfs (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Bionic |
Fix Released
|
Undecided
|
Unassigned | ||
ubiquity (Ubuntu) |
Fix Released
|
Critical
|
Colin Watson | ||
Trusty |
Fix Released
|
Critical
|
Colin Watson |
Bug Description
Ping is not longer setuid root and I have to ping as root:
[~]$ ping kubuntu.org
ping: icmp open socket: Operation not permitted
[~]$ sudo ping kubuntu.org
PING kubuntu.org (91.189.94.156) 56(84) bytes of data.
64 bytes from vostok.
--- kubuntu.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 52.231/
[~]$
Related bugs:
bug 1313550: ping does not work as a normal user on trusty tarball cloud images.
Related branches
lp://staging/~vorlon/livecd-rootfs/lp.1302192
- Brian Murray: Approve
- Robert C Jennings (community): Approve
-
Diff: 45 lines (+9/-3)3 files modifieddebian/changelog (+6/-0)
live-build/auto/build (+2/-2)
live-build/ubuntu-cpc/hooks/031-1-root-xz.binary (+1/-1)
lp://staging/~vorlon/livecd-rootfs/lp.1302192-bionic
- Francis Ginther (community): Approve
- Ubuntu Core Development Team: Pending requested
-
Diff: 35 lines (+8/-2)2 files modifieddebian/changelog (+6/-0)
live-build/auto/build (+2/-2)
tags: | added: trusty |
Changed in ubiquity (Ubuntu Trusty): | |
importance: | Undecided → Critical |
assignee: | nobody → Colin Watson (cjwatson) |
status: | Confirmed → Triaged |
Changed in ubiquity (Ubuntu Trusty): | |
status: | In Progress → Fix Committed |
Changed in attr (Ubuntu Trusty): | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → Colin Watson (cjwatson) |
description: | updated |
no longer affects: | livecd-rootfs (Ubuntu Trusty) |
tags: | added: id-5b627c65197f7e26d03c7439 |
tags: | added: id-5b61e0dfee899a8671484afe |
To post a comment you must log in.
Ubuntu Server Trusty daily build 2014-APR-07 exhibits this symptom.
Can't ping as a user, only as super user.
$ ping google.com
$ ping: icmp open socket: Operation not permitted
$ sudo ping google.com
executes and pings as originally expected