Skip to content

Commit 81b652b

Browse files
nickandersonclaude
andcommitted
Add cryptsetup to stdlib paths for redhat and debian
Adds path[cryptsetup] alongside the existing path[dmsetup] entries. Used by the inventory-fde module (cfengine/modules#123) for LUKS keyslot metadata inspection. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7f4b589 commit 81b652b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/paths.cf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ bundle common paths
376376
"path[diff]" string => "/usr/bin/diff";
377377
"path[dig]" string => "/usr/bin/dig";
378378
"path[dmidecode]" string => "/usr/sbin/dmidecode";
379+
"path[cryptsetup]" string => "/usr/sbin/cryptsetup";
379380
"path[dmsetup]" string => "/usr/sbin/dmsetup";
380381
"path[domainname]" string => "/bin/domainname";
381382
"path[echo]" string => "/bin/echo";
@@ -475,6 +476,7 @@ bundle common paths
475476
"path[df]" string => "/bin/df";
476477
"path[diff]" string => "/usr/bin/diff";
477478
"path[dig]" string => "/usr/bin/dig";
479+
"path[cryptsetup]" string => "/usr/sbin/cryptsetup";
478480
"path[dmidecode]" string => "/usr/sbin/dmidecode";
479481
"path[dmsetup]" string => "/usr/sbin/dmsetup";
480482
"path[domainname]" string => "/bin/domainname";

0 commit comments

Comments
 (0)