On Mon, Jan 22, 2018 at 04:47:46PM -0600, Jamie Strandboge wrote:
I think we should prefix /run/* paths by /{,var/} to make our
profile
easier to port to other distros as some of them have yet to migrate
from
/var/run to /run.

This sounds fine too. Note that your profile has this:

/{,var/}/run/chronyd.pid w,
/{,var/}/run/chrony/{,*} rw,

but you want this (to avoid /var//run/...):
/{,var/}run/chronyd.pid w,
/{,var/}run/chrony/{,*} rw,

Indeed, thanks for pointing this out.

I'll update our upload to bionic and the upstream PR for your changes.
Thanks!

You’re welcome.

-- Jamie Strandboge             | http://www.canonical.com

Cheers,
Vincent


Attachment: signature.asc
Description: PGP signature

Reply via email to