Skip to content

Commit

Permalink
Merge pull request #2980 from jimrt/patches.cf_hardware_commands
Browse files Browse the repository at this point in the history
ENT-12560: Add paths for the dmsetup, fdisk, and lshw commands
  • Loading branch information
nickanderson authored Jan 6, 2025
2 parents 7d4c66d + dd77726 commit eef78c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/paths.cf
Original file line number Diff line number Diff line change
Expand Up @@ -370,10 +370,12 @@ bundle common paths
"path[df]" string => "/bin/df";
"path[diff]" string => "/usr/bin/diff";
"path[dig]" string => "/usr/bin/dig";
"path[dmsetup]" string => "/usr/sbin/dmsetup";
"path[domainname]" string => "/bin/domainname";
"path[echo]" string => "/bin/echo";
"path[egrep]" string => "/bin/egrep";
"path[ethtool]" string => "/usr/sbin/ethtool";
"path[fdisk]" string => "/usr/sbin/fdisk";
"path[find]" string => "/usr/bin/find";
"path[free]" string => "/usr/bin/free";
"path[getenforce]" string => "/usr/sbin/getenforce";
Expand All @@ -383,6 +385,7 @@ bundle common paths
"path[iptables]" string => "/sbin/iptables";
"path[iptables_save]" string => "/sbin/iptables-save";
"path[ls]" string => "/bin/ls";
"path[lshw]" string => "/usr/sbin/lshw";
"path[lsof]" string => "/usr/sbin/lsof";
"path[netstat]" string => "/bin/netstat";
"path[nologin]" string => "/sbin/nologin";
Expand Down Expand Up @@ -465,10 +468,12 @@ bundle common paths
"path[diff]" string => "/usr/bin/diff";
"path[dig]" string => "/usr/bin/dig";
"path[dmidecode]" string => "/usr/sbin/dmidecode";
"path[dmsetup]" string => "/usr/sbin/dmsetup";
"path[domainname]" string => "/bin/domainname";
"path[echo]" string => "/bin/echo";
"path[egrep]" string => "/bin/egrep";
"path[ethtool]" string => "/sbin/ethtool";
"path[fdisk]" string => "/usr/sbin/fdisk";
"path[find]" string => "/usr/bin/find";
"path[free]" string => "/usr/bin/free";
"path[getenforce]" string => "/usr/sbin/getenforce";
Expand All @@ -478,6 +483,7 @@ bundle common paths
"path[iptables]" string => "/sbin/iptables";
"path[iptables_save]" string => "/sbin/iptables-save";
"path[ls]" string => "/bin/ls";
"path[lshw]" string => "/usr/bin/lshw";
"path[lsof]" string => "/usr/bin/lsof";
"path[netstat]" string => "/bin/netstat";
"path[nologin]" string => "/usr/sbin/nologin";
Expand Down

0 comments on commit eef78c8

Please sign in to comment.