mchehab / rasdaemon

Rasdaemon is a RAS (Reliability, Availability and Serviceability) logging tool. It records memory errors, using the EDAC tracing events. EDAC is a Linux kernel subsystem with handles detection of ECC errors from memory controllers for most chipsets on i386 and x86_64 architectures. EDAC drivers for other architectures like arm also exists.
GNU General Public License v2.0
174 stars 79 forks source link

rasdaemon: ras-mc-ctl: Do not try to find modprobe #148

Closed im-0 closed 3 months ago

im-0 commented 6 months ago

It is not used and prevents ras-mc-ctl.service from starting on Fedora when SELinux is in Enforcing mode.

Resolves: rhbz#1836861 Resolves: https://github.com/fedora-selinux/selinux-policy/issues/2054 Resolves: https://github.com/mchehab/rasdaemon/issues/79

mchehab commented 3 months ago

Merged, thanks!