---
title: "Using core dumps on Linux"
slug: "oas-ag-using-core-dumps-on-linux-3-28"
updated: 2025-07-04T10:04:20Z
published: 2025-07-07T13:24:13Z
canonical: "docs.onespan.com/oas-ag-using-core-dumps-on-linux-3-28"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onespan.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using core dumps on Linux

On Red Hat Enterprise Linux and CentOS, you may need to disable the GPG signature check in the configuration file of the abrt-action-save-package-data tool to create and store core dumps containing OneSpan Authentication Server memory and process information.

> After a dump has been performed, the dump file will contain unencrypted sensitive data. To be GDPR-compliant, we recommend to encrypt the file, folder, or disk containing this sensitive information.
> 
> For more information about GDPR, refer to the OneSpan Authentication Server General Data Protection Regulation Compliance Guide.

To disable the GPG signature check in abrt-action-save-package-data

- Open abrt-action-save-package-data.conf, which is located in /etc/abrt, and set the following option:

OpenGPGCheck = no
