mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
networkd: add header to distributed "config" files
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# This file is part of systemd.
|
||||
# See systemd-networkd.service(8) and polkit(8) for more information.
|
||||
|
||||
[Allow systemd-networkd to set timezone and transient hostname]
|
||||
Identity=unix-user:systemd-network
|
||||
Action=org.freedesktop.hostname1.set-hostname;org.freedesktop.hostname1.get-product-uuid;org.freedesktop.timedate1.set-timezone;
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
// This file is part of systemd.
|
||||
// See systemd-networkd.service(8) and polkit(8) for more information.
|
||||
|
||||
// Allow systemd-networkd to set timezone, get product UUID,
|
||||
// and transient hostname
|
||||
polkit.addRule(function(action, subject) {
|
||||
|
||||
Reference in New Issue
Block a user