systemd: add TODO for hostnamed polkit rule

This commit is contained in:
Michael Marineau 2016-12-01 12:41:52 -08:00
parent 2c3bd8afdc
commit 018010c155

View File

@ -390,6 +390,8 @@ multilib_src_install_all() {
rmdir "${D}"/etc/systemd/system/*.wants || die rmdir "${D}"/etc/systemd/system/*.wants || die
# Grant networkd access to set the transient host name # Grant networkd access to set the transient host name
# TODO: Check if this can be removed in the next release.
# See https://github.com/systemd/systemd/pull/4710
insinto /usr/share/polkit-1/rules.d insinto /usr/share/polkit-1/rules.d
doins "${FILESDIR}"/99-org.freedesktop.hostname1.rules doins "${FILESDIR}"/99-org.freedesktop.hostname1.rules