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 /sysusers.d/basic.conf.in | |
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 'sysusers.d/basic.conf.in')
-rw-r--r-- | sysusers.d/basic.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in index 84bbe3854f..503a4c4dac 100644 --- a/sysusers.d/basic.conf.in +++ b/sysusers.d/basic.conf.in @@ -25,6 +25,7 @@ g utmp {{UTMP_GID }} - - # Physical and virtual hardware access groups g audio {{AUDIO_GID }} - - g cdrom {{CDROM_GID }} - - +g clock {{CLOCK_GID }} - - g dialout {{DIALOUT_GID}} - - g disk {{DISK_GID }} - - g input {{INPUT_GID }} - - |