summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f0b8db04..8faca945 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,11 @@ propellor (5.5.0) UNRELEASED; urgency=medium
* Added Systemd.escapePath helper function useful when creating mount
units.
* Added Sudo.sudoersDFile property.
+ * Sudo.enabledFor: Write to /etc/sudoers.d/000users rather than to
+ /etc/sudoers. (Any old lines it wrote to /etc/sudoers will be removed.)
+ This fixes a potential ordering problem; the property used to append
+ the line to /etc/sudoers, but that would override more specific lines
+ in the include directory.
-- Joey Hess <id@joeyh.name> Thu, 09 Aug 2018 10:54:41 -0400