Skip to content

Commit

Permalink
rasdaemon: ras-mc-ctl: Do not try to find modprobe
Browse files Browse the repository at this point in the history
It is not used and prevents ras-mc-ctl.service from starting on Fedora
when SELinux is in Enforcing mode.

Resolves: rhbz#1836861
Resolves: fedora-selinux/selinux-policy#2054
Resolves: mchehab#79
Signed-off-by: Ivan Mironov <[email protected]>
  • Loading branch information
im-0 committed Mar 3, 2024
1 parent f9cb13b commit 18dc88e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/ras-mc-ctl.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ my $dbname = "@RASSTATEDIR@/@RAS_DB_FNAME@";
my $prefix = "@prefix@";
my $sysconfdir = "@sysconfdir@";
my $dmidecode = find_prog ("dmidecode");
my $modprobe = find_prog ("modprobe") or exit (1);

my $has_aer = 0;
my $has_arm = 0;
Expand Down

0 comments on commit 18dc88e

Please sign in to comment.