# Lockdown Mode

Activating lockdown mode increases the security of your system by enabling encryption of all SDK logs and sensor data, as well as displacing home position information to a volatile disk partition, such that any reboot would cause the data to be erased.

To *activate lockdown mode*, navigate to the Device settings page on Vozilla:

<figure><img src="/files/gHhbrkN3D0Y6ntJTvP1I" alt=""><figcaption></figcaption></figure>

After activation, your device will reboot automatically. SDK logs and sensor data for all new sessions will now be encrypted. Vozilla API and journal logs remain in plaintext, however, we do not log any sensitive information over these channels in lockdown mode (e.g., home position, coordinates, etc.)&#x20;

{% hint style="info" %}
You need to reset the home position after each reboot once you activate lockdown mode.
{% endhint %}

{% hint style="warning" %}
Lockdown mode encrypts SDK logs and sensor data. It does not encrypt the raw map data.
{% endhint %}

## Audit your device

Once you've activated lockdown mode, run a security audit to check whether your device contains logs with sensitive information exposed in clear text:

<figure><img src="/files/p83CA7qW7XA1u385A9cf" alt=""><figcaption></figcaption></figure>

This security audit checks key log locations on your device for plain text log files and common sensitive information patterns, such as:

* Journald logs
* Vozilla API logs
* Cyclops logs
* Sensor recordings

If you see reported failures, make sure to address them to remove sensitive information from your device.

{% hint style="warning" %}
Activating lockdown mode does not delete previous logs or recordings on your device.
{% endhint %}

## Delete offending logs

After running an audit you may choose to delete plaintext logs to ensure no sensitive information remains on your device.

<figure><img src="/files/vPwxaWD7LivJ0XgLNuFM" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Updating the firmware causes the lockdown mode to reset.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.theseus.us/gcs-software/vozilla-2.0/lockdown-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
