Microsoft/vscode

Support for RHEL 8 in FIPS mode

Open

#82 425 ouverte le 12 oct. 2019

Voir sur GitHub
 (21 commentaires) (8 réactions) (2 assignés)TypeScript (10 221 forks)batch import
feature-requesthelp wantedinstall-updatelinuxpackagingrpm

Métriques du dépôt

Stars
 (74 848 stars)
Métriques de merge PR
 (Merge moyen 11h 43m) (1 000 PRs mergées en 30 j)

Description

  • VSCode Version: 1.39.1
  • OS Version: RHEL 8 (Red Hat Enterprise Linux 8)

Steps to Reproduce:

  1. Enable FIPS in RHEL 8
  2. Attempt to install VS Code

Does this issue occur when all extensions are disabled?: n/a

Most likely causes:

  • VS Code may not officially support RHEL 8
  • VS Code's RPM uses a non-FIPS algorithm for the per-file digest and other cryptographic operations, most likely MD5.
[root@rhel8 ~]# dnf install code
Updating Subscription Management repositories.
Dependencies resolved.
==========================================================================================================================================================================
 Package                             Arch                                  Version                                              Repository                           Size
==========================================================================================================================================================================
Installing:
 code                                x86_64                                1.39.1-1570750844.el7                                code                                 77 M

Transaction Summary
==========================================================================================================================================================================
Install  1 Package

Total download size: 77 M
Installed size: 77 M
Is this ok [y/N]: y
Downloading Packages:
code-1.39.1-1570750844.el7.x86_64.rpm                                                                                                     5.6 MB/s |  77 MB     00:13    
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                     5.6 MB/s |  77 MB     00:13     
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: Transaction check error:
  package code-1.39.1-1570750844.el7.x86_64 does not verify: no digest

Error Summary
-------------

Workaround (with RPM in current directory):

[root@rhel8 ~]# rpm --nofiledigest --nodigest --install code-1.39.1-1570750844.el7.x86_64.rpm

Guide contributeur