Documentation

Search documentation
Documentation menu

App Config on Linux: Pareto Settings

Pareto Desktop provides a config command to manage application settings, such as enabling or disabling specific checks.

Usage

paretosecurity config [command]

Available Commands

  • disable: Disable a specific check.
  • enable: Enable a specific check.
  • reset: Reset configuration settings.

Examples

Enable a Check

The <check-uuid> should be the UUID of the check. You can retrieve the UUID by running:

paretosecurity status

Then enable the check using:

paretosecurity config enable <check-uuid>

Disable a Check

The <check-uuid> should be the UUID of the check. Retrieve the UUID by running:

paretosecurity status

Then disable the check using:

paretosecurity config disable <check-uuid>

Reset Configuration

paretosecurity config reset

For more details, use:

paretosecurity config [command] --help