# Filesystem Privacy
Disclaimer: This documentation does not warrant completeness or correctness. Please report any missing or wrong information using the [ILIAS issue tracker](https://mantis.ilias.de) or contribute a fix via [Pull Request](../../docs/development/contributing.md#pull-request-to-the-repositories).

## General Information
Services and components read and write files using the Filesystem.
Services and components which use the Filesystem might store, present, delete or export personal data. This is specified in their respective PRIVACY.md.

## Data being stored
- The Filesystem does not store any personal data.

## Data being presented
- The Filesystem does not present any personal data.

## Data being deleted
- The Filesystem does not delete any personal data.

## Data being exported
- The Filesystem does not export any personal data.