From 0ecf97ec6bb92f7914018e70b5439fc85254fc19 Mon Sep 17 00:00:00 2001 From: Martin Abente Lahaye Date: Fri, 26 Jul 2024 21:31:45 -0400 Subject: [PATCH] help: Update with inherit Wayland socket support --- DOCUMENTATION.md | 1 + help/C/index.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 8f06873f..853f7949 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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.

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.

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 diff --git a/help/C/index.html b/help/C/index.html index 82d4ccfe..e0b6df0e 100644 --- a/help/C/index.html +++ b/help/C/index.html @@ -198,6 +198,12 @@

Socket

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.

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