Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lirc for openSUSE:Factory checked in at 2022-04-05 19:55:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lirc (Old) and /work/SRC/openSUSE:Factory/.lirc.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lirc" Tue Apr 5 19:55:24 2022 rev:74 rq:966660 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lirc/lirc.changes 2021-11-27 00:51:40.342729972 +0100 +++ /work/SRC/openSUSE:Factory/.lirc.new.1900/lirc.changes 2022-04-05 19:55:43.186055421 +0200 @@ -7,0 +8,6 @@ +Sat Nov 13 19:56:05 UTC 2021 - ldre...@vodafonemail.de + +- allow input device access in lircd.service file again. Changed: + * harden_lircd.service.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ harden_lircd.service.patch ++++++ --- /var/tmp/diff_new_pack.Yxvcrz/_old 2022-04-05 19:55:43.834048197 +0200 +++ /var/tmp/diff_new_pack.Yxvcrz/_new 2022-04-05 19:55:43.838048151 +0200 @@ -1,8 +1,6 @@ -Index: lirc-0.10.1/systemd/lircd.service -=================================================================== ---- lirc-0.10.1.orig/systemd/lircd.service -+++ lirc-0.10.1/systemd/lircd.service -@@ -6,6 +6,16 @@ Wants=lircd-setup.service +--- lirc-0.10.1.orig/systemd/lircd.service 2021-11-13 20:42:43.204519438 +0100 ++++ lirc-0.10.1/systemd/lircd.service 2021-11-13 20:47:54.182189779 +0100 +@@ -6,6 +6,20 @@ Wants=lircd-setup.service After=network.target lircd-setup.service [Service] @@ -16,6 +14,10 @@ +ProtectControlGroups=true +RestrictRealtime=true +# end of automatic additions ++# ++# ProtectClock=true from above blocks all device accesses, allow input device access again ++DeviceAllow=char-input ++# Type=simple ExecStart=/usr/sbin/lircd --nodaemon ; User=lirc