Dominique Leuenberger
592d6f813d
- Allow to build without vala support. - Refresh harden_accounts-daemon.service.patch to not duplicate existing entries. OBS-URL: https://build.opensuse.org/request/show/992178 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=156
17 lines
664 B
Diff
17 lines
664 B
Diff
Index: accountsservice-22.08.8/data/accounts-daemon.service.in
|
|
===================================================================
|
|
--- accountsservice-22.08.8.orig/data/accounts-daemon.service.in 2022-02-23 16:27:48.000000000 +0100
|
|
+++ accountsservice-22.08.8/data/accounts-daemon.service.in 2022-08-02 09:17:14.424438207 +0200
|
|
@@ -8,6 +8,11 @@
|
|
Wants=nss-user-lookup.target
|
|
|
|
[Service]
|
|
+# added automatically, for details please see
|
|
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
|
+ProtectHostname=true
|
|
+ProtectClock=true
|
|
+ProtectKernelLogs=true
|
|
Type=dbus
|
|
BusName=org.freedesktop.Accounts
|
|
ExecStart=@libexecdir@/accounts-daemon
|