Merge ~paelzer/ubuntu/+source/chrony:bionic-lp1761327 into ubuntu/+source/chrony:ubuntu/devel

Proposed by Christian Ehrhardt 
Status: Merged
Merge reported by: Christian Ehrhardt 
Merged at revision: 56bd653aadf9ac214e07951c574db2feb4ea20e9
Proposed branch: ~paelzer/ubuntu/+source/chrony:bionic-lp1761327
Merge into: ubuntu/+source/chrony:ubuntu/devel
Diff against target: 26 lines (+8/-0)
2 files modified
debian/changelog (+6/-0)
debian/usr.sbin.chronyd (+2/-0)
Reviewer Review Type Date Requested Status
Joshua Powers (community) Approve
Canonical Server Pending
Canonical Server packageset reviewers Pending
git-ubuntu developers Pending
Review via email: mp+342710@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Working fine, can be reviewed without ppa as it is a config change only.
My checks are good on this.

@Josh I added you as reviewer since you have the env ready to confirm.

Revision history for this message
Joshua Powers (powersj) wrote :

LGTM confirmed that is how I fixed it locally.

Thanks!

review: Approve
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Thanks for the cross check.
Also Debian already picked (actually developed on the same day) the change.
So this will be no long term maintenance burden.

Tag pushed and package uploaded.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 28eb2d3..773796a 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+chrony (3.2-4ubuntu3) bionic; urgency=medium
7+
8+ * debian/usr.sbin.chronyd: add cap net_admin for hwtimestamp (LP: #1761327)
9+
10+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Thu, 05 Apr 2018 09:38:10 +0200
11+
12 chrony (3.2-4ubuntu2) bionic; urgency=medium
13
14 * Set -x as default if unable to set time (e.g. in containers) (LP: #1589780)
15diff --git a/debian/usr.sbin.chronyd b/debian/usr.sbin.chronyd
16index 7a6b53b..92f77a5 100644
17--- a/debian/usr.sbin.chronyd
18+++ b/debian/usr.sbin.chronyd
19@@ -14,6 +14,8 @@
20 capability sys_resource,
21 # for /run/chrony to be created
22 capability chown,
23+ # for hwtimestamp
24+ capability net_admin,
25
26 /usr/sbin/chronyd mr,
27

Subscribers

People subscribed via source and target branches