public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Miroslav Lichvar <mlichvar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/linuxptp] rawhide: don't require chrony directories in timemaster service
Date: Tue, 18 Aug 2026 12:49:38 GMT [thread overview]
Message-ID: <178705737856.1.7819381725656285549.rpms-linuxptp-3b27634de430@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/linuxptp
Branch : rawhide
Commit : 3b27634de43075338de3cd225984322bd9dfc657
Author : Miroslav Lichvar <mlichvar@redhat.com>
Date : 2026-08-18T14:45:28+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/linuxptp/c/3b27634de43075338de3cd225984322bd9dfc657?branch=rawhide
Log:
don't require chrony directories in timemaster service
/var/lib/chrony doesn't have to exist if using a different NTP
implementation. Make the ReadWritePath optional.
Also, it might need to write some files to /run outside of
/run/timemaster (as chronyd needs to write to /run/chrony).
---
diff --git a/timemaster.service b/timemaster.service
index 5b722fc..c8754ec 100644
--- a/timemaster.service
+++ b/timemaster.service
@@ -29,7 +29,7 @@ ProtectKernelModules=yes
ProtectKernelTunables=yes
ProtectProc=invisible
ProtectSystem=strict
-ReadWritePaths=/run/timemaster /var/lib/chrony -/var/log -/var/spool
+ReadWritePaths=/run -/var/lib/chrony -/var/log -/var/spool
RestrictAddressFamilies=AF_INET AF_INET6 AF_NETLINK AF_PACKET AF_UNIX
RestrictNamespaces=yes
RestrictSUIDSGID=yes
reply other threads:[~2026-08-18 12:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178705737856.1.7819381725656285549.rpms-linuxptp-3b27634de430@fedoraproject.org \
--to=mlichvar@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox