Skip to content

Commit

Permalink
Ubuntu 24.04 - Security Check Recommends to disable ESM sources #214
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Aug 4, 2024
1 parent 2e3e034 commit ea5cebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions additional/python/check_security.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ def get_additional_sources():
continue
if "preinstalled-pool.list" in entry: # KDE neon
continue
if "ubuntu-esm-apps.list" in entry: # Ubuntu ESM
if "ubuntu-esm-apps.sources" in entry: # Ubuntu ESM
continue
if "ubuntu-esm-infra.list" in entry: # Ubuntu ESM
if "ubuntu-esm-infra.sources" in entry: # Ubuntu ESM
continue
if "ubuntu.sources" in entry: # Ubuntu ESM
continue
Expand Down

0 comments on commit ea5cebf

Please sign in to comment.