1.2.1.2 Ensure gpgcheck is globally activated

Information

The gpgcheck option, found in the main section of the /etc/zypp/zypp.conf and individual /etc/zypp/repos.d/*.repo files determines if an RPM package's signature is checked prior to its installation.

It is important to ensure that an RPM's package signature is always checked prior to installation to ensure that the software is obtained from a trusted source.

Solution

Edit /etc/zypp/zypp.conf and set gpgcheck=on :

Example

# sed -i 's/^gpgchecks*=s*.*/gpgcheck=on/' /etc/zypp/zypp.conf

Edit any failing files in /etc/zypp/repos.d/* and set all instances starting with gpgcheck to on

Example:

# find /etc/zypp/repos.d/ -name "*.repo" -exec echo "Checking:" {} ; -exec sed -i 's/^gpgchecks*=s*.*/gpgcheck=on/' {} ;

Note: true yes or 1 is also acceptable.

See Also

https://workbench.cisecurity.org/benchmarks/20333

Item Details

Category: RISK ASSESSMENT, SYSTEM AND INFORMATION INTEGRITY

References: 800-53|RA-5, 800-53|SI-2, 800-53|SI-2(2), CSCv7|3.4

Plugin: Unix

Control ID: 33df9ab9839028110271a655ebe32f31f8c2eba03ea196f4ad89ae2a5e1217a9