Skip to content

Commit

Permalink
help: Update with inherit Wayland socket support
Browse files Browse the repository at this point in the history
  • Loading branch information
tchx84 committed Jul 27, 2024
1 parent b603499 commit 0ecf97e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 54,7 @@ Secure Shell agent | Toggle | Allow the application to use SSH authentications.
[Smart cards](https://wiki.debian.org/Smartcards) | Toggle | Allow the application to use smart cards. | `--socket=pcsc` and `--nosocket=pcsc`
Printing system | Toggle | Allow the application to use printing systems. <br /> <br /> For example, if it's disabled for LibreOffice, it will no longer be possible to print documents with this application. | `--socket=cups` and `--nosocket=cups`
GPG-Agent directories | Toggle | Allow the application to access GPG-Agent directories. | `--socket=gpg-agent` and `--nosocket=gpg-agent`
Inherit Wayland socket | Toggle | Allow passing WAYLAND_SOCKET environment variable to the sandbox. <br /> <br /> For example, if it's disabled for Fcitx5, it won't be able to connect to Wayland and display its autocompletion dialogs. | `--socket=inherit-wayland-socket` and `--nosocket=inherit-wayland-socket`

### Device

Expand Down
6 changes: 6 additions & 0 deletions help/C/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 198,12 @@ <h3 id="socket">Socket</h3>
<td>Allow the application to access GPG-Agent directories.</td>
<td><code>--socket=gpg-agent</code> and <code>--nosocket=gpg-agent</code></td>
</tr>
<tr class="odd">
<td>Inherit Wayland socket</td>
<td>Toggle</td>
<td>Allow passing WAYLAND_SOCKET environment variable to the sandbox. <br /> <br /> For example, if it's disabled for Fcitx5, it won't be able to connect to Wayland and display its autocompletion dialogs.</td>
<td><code>--socket=inherit-wayland-socket</code> and <code>--nosocket=inherit-wayland-socket</code></td>
</tr>
</tbody>
</table>
<h3 id="device">Device</h3>
Expand Down

0 comments on commit 0ecf97e

Please sign in to comment.