feat(profiles): general update.

This commit is contained in:
Alexandre Pujol 2022-06-26 23:05:09 +01:00
parent e087349662
commit 08beefe867
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
16 changed files with 47 additions and 9 deletions

View file

@ -50,6 +50,7 @@ profile systemd-resolved @{exec_path} flags=(attach_disconnected) {
@{run}/systemd/resolve/{,**} rw,
@{PROC}/sys/kernel/hostname r,
@{PROC}/sys/net/ipv6/conf/all/disable_ipv6 r,
include if exists <local/systemd-timesyncd>
}

View file

@ -19,9 +19,13 @@ profile systemd-timedated @{exec_path} flags=(attach_disconnected) {
interface=org.freedesktop.DBus
member={AddMatch,ReleaseName,RequestName},
dbus send bus=system path=/org/freedesktop/systemd[0-9]/unit/*
interface=org.freedesktop.DBus.Properties
member=GetAll,
dbus receive bus=system path=/org/freedesktop/timedate[0-1]
interface=org.freedesktop.DBus.Properties
member=Get,
member={Get,GetAll},
dbus bind bus=system
name=org.freedesktop.timedate[0-9],