The system must verify that package updates are digitally signed.

Overview

Finding IDVersionRule IDIA ControlsSeverity
V-219969SOL-11.1-020020SV-219969r1016281_ruleCCI-003992medium
Description
Digitally signed packages ensure that the source of the package can be identified.
STIGDate
Solaris 11 SPARC Security Technical Implementation Guide2025-05-05

Related Frameworks

2 paths across 2 frameworks
NIST 800-531 mapping
CM-14
1.00
  • DISA · 3 · disa_xccdf · related
  • DISA · 2025-01-23 · disa_cci_list · equivalent
CCI1 mapping
CCI-003992
1.00
  • DISA · 3 · disa_xccdf · related

Details

Check Text (C-219969r1016281_chk)

Determine what the signature policy is for pkg publishers: # pkg property | grep signature-policy Check that output produces: signature-policy verify If the output does not confirm that signature-policy verify is active, this is a finding.

Fix Text (F-21678r370932_fix)

The Software Installation Profile is required. Configure the package system to ensure that digital signatures are verified. # pfexec pkg set-property signature-policy verify