feat(profiles): general update.
This commit is contained in:
parent
e087349662
commit
08beefe867
16 changed files with 47 additions and 9 deletions
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue