diff options
author | Miroslav Lichvar <mlichvar@redhat.com> | 2025-01-16 15:34:47 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2025-01-16 21:12:47 +0100 |
commit | af96ccfc24bc4803078a46b4ef2cdeb5decdfbcd (patch) | |
tree | 97004ef839bf26028cea3a83838fc4a29162ac92 /README | |
parent | test: add link to Ubuntu autopkgtest status page in README (diff) | |
download | systemd-af96ccfc24bc4803078a46b4ef2cdeb5decdfbcd.tar.xz systemd-af96ccfc24bc4803078a46b4ef2cdeb5decdfbcd.zip |
udev: set clock group for PTP and RTC devices
Add a new group for clock devices to enable applications like linuxptp
to open clocks without root privileges.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -368,7 +368,8 @@ USERS AND GROUPS: need to be resolvable by getgrnam() at any time, even in the very early boot stages, where no other databases and network are available: - audio, cdrom, dialout, disk, input, kmem, kvm, lp, render, tape, tty, video + audio, cdrom, clock, dialout, disk, input, kmem, kvm, lp, render, tape, + tty, video During runtime, the journal daemon requires the "systemd-journal" system group to exist. New journal files will be readable by this group (but |