Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Feb 2017 20:28:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216737] net/chrony: enable privilege separation and other changes
Message-ID:  <bug-216737-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216737

            Bug ID: 216737
           Summary: net/chrony: enable privilege separation and other
                    changes
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: yonas@fizk.net

Created attachment 179543
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179543&action=
=3Dedit
Updates to the chrony port

Miroslav Lichvar and I have worked on a patch that does the following:

- enables privilege separation
- removes the build dependency on asciidoctor
- removes the runtime dependency on makeinfo and readline
- adds a runtime dependency on libedit
- does not install the HTML documentation (in favour of man pages)
- updates the post-install message (pkg-message) in light of privilege
separation
- sets the permission of /var/db/chrony to the new "chronyd" user and group

We need to add the following to /usr/ports/UIDs:

chronyd:*:849:849::0:0:chronyd user:/nonexistent:/usr/sbin/nologin

and the following to /usr/ports/GIDS:

chronyd:*:849:

I chose UID/GUID 849 because it was not being used.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216737-13>