Skip to content

Commit

Permalink
added a note that the mount option must include exec permission (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyALeonov authored Sep 21, 2024
1 parent fc3ee0e commit 0649a13
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ The writeability and readability checks are performed on the storage location, n
{% tabs %}
{% tab label="Linux" %}
{% callout type="danger" %}
**Linux Users:** You **must** static mount via /etc/fstab. Failure to do so will put you in high risk of failing audits and getting disqualified. Here's how to do that: [](docId:nZeFxmawYPdgkwUPy6f9s)
**Linux Users:** You **must** static mount via /etc/fstab. Failure to do so will put you in high risk of failing audits and getting disqualified. The mount options must include `exec` permission. Here's how to do that: [](docId:nZeFxmawYPdgkwUPy6f9s)
{% /callout %}

{% callout type="info" %}
You need to allow an execution for the `bin` subfolder in your storage location
You need to allow an execution for the `bin` subfolder in your storage location. The disk mount options must include `exec` permission.
Replace the `<storage-dir>` with your parameter.

```shell
Expand Down

0 comments on commit 0649a13

Please sign in to comment.