Skip to content

Commit

Permalink
include missing rpm pkg managers
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodriguez-Fernandez <[email protected]>
  • Loading branch information
carlosrodfern committed Aug 7, 2024
1 parent 40ccbf3 commit a3a3a94
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nist/system/ksp-nist-cm-5-3-cm-14-signed-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ spec:
matchPaths:
- path: /usr/sbin/alternatives
- path: /usr/bin/dnf
- path: /usr/bin/dnf-3
- path: /usr/bin/dnf5
- path: /usr/bin/microdnf
- path: /usr/bin/rpm
- path: /usr/bin/yum
- path: /usr/bin/rpmkeys
Expand Down
6 changes: 6 additions & 0 deletions nist/system/ksp-nist-cm-7-5-software-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ spec:
ownerOnly: true
- path: /usr/bin/dnf
ownerOnly: true
- path: /usr/bin/dnf-3
ownerOnly: true
- path: /usr/bin/dnf5
ownerOnly: true
- path: /usr/bin/microdnf
ownerOnly: true
- path: /bin/dnf
ownerOnly: true
- path: /usr/bin/pacman
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ spec:
- path: /bin/rpm
- path: /usr/bin/dnf
- path: /bin/dnf
- path: /usr/bin/dnf-3
- path: /usr/bin/dnf5
- path: /usr/bin/microdnf
- path: /usr/bin/pacman
- path: /usr/sbin/pacman
- path: /bin/pacman
Expand Down

0 comments on commit a3a3a94

Please sign in to comment.