diff options
author | 2022-08-04 20:17:04 +0200 | |
---|---|---|
committer | 2022-08-04 14:39:39 -0400 | |
commit | 85d1220e7b5aa45e66fbc5ea9b78646982e5a04d (patch) | |
tree | 6ad921b3727b16eea92f0f3b8b5bcf0e95f456fa /sys-apps/systemd | |
parent | dev-java/xsdlib: Stabilize 2013.6.1 arm64, #863611 (diff) | |
download | gentoo-85d1220e7b5aa45e66fbc5ea9b78646982e5a04d.tar.gz gentoo-85d1220e7b5aa45e66fbc5ea9b78646982e5a04d.tar.bz2 gentoo-85d1220e7b5aa45e66fbc5ea9b78646982e5a04d.zip |
sys-apps/systemd: remove unused files
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11
Closes: https://github.com/gentoo/gentoo/pull/26738
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/files/00-hostnamed-network-user.conf | 6 | ||||
-rw-r--r-- | sys-apps/systemd/files/org.freedesktop.hostname1_no_polkit.conf | 11 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sys-apps/systemd/files/00-hostnamed-network-user.conf b/sys-apps/systemd/files/00-hostnamed-network-user.conf deleted file mode 100644 index 6b224ba9b937..000000000000 --- a/sys-apps/systemd/files/00-hostnamed-network-user.conf +++ /dev/null @@ -1,6 +0,0 @@ -[Service] -# By running with these options instead of root, networkd is allowed to request -# a hostname change via DBUS when policykit is not present -User=systemd-network -Group=systemd-hostname -AmbientCapabilities=CAP_SYS_ADMIN diff --git a/sys-apps/systemd/files/org.freedesktop.hostname1_no_polkit.conf b/sys-apps/systemd/files/org.freedesktop.hostname1_no_polkit.conf deleted file mode 100644 index f4d0271cdb6a..000000000000 --- a/sys-apps/systemd/files/org.freedesktop.hostname1_no_polkit.conf +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0"?> <!--*-nxml-*--> -<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" - "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> - -<busconfig> - <policy group="systemd-hostname"> - <allow own="org.freedesktop.hostname1"/> - <allow send_destination="org.freedesktop.hostname1"/> - <allow receive_sender="org.freedesktop.hostname1"/> - </policy> -</busconfig> |