summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2022-03-22 18:45:35 +0100
committerRobert Griebl <robert.griebl@qt.io>2022-03-23 16:52:48 +0100
commitc1fbd8b4f27d810c70fad85d0a9365aee360becb (patch)
treedd0aafda44421577f4718911c6baf526d0fb7646 /doc
parent18946cefe5b116924d4e4e53a79984340937fd23 (diff)
downloadqtapplicationmanager-c1fbd8b4f27d810c70fad85d0a9365aee360becb.tar.gz
Add a new flag to allow surfaces from unknown Wayland clients
Before, this was only possible by running with the "noSecurity" flag, which disabled all security checks completely. Change-Id: I06fbd1cca414be518a19b2250b28e114687e7f93 Fixes: QTBUG-101703 Pick-to: 5.15 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.qdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index fa1935b4..238fa2dc 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -330,6 +330,11 @@ ui:
production, if you are verifying packages by other means, while also limiting the
access to the installer API. (default: false)
\row
+ \li [\c flags/allowUnknownUiClients]
+ \li bool
+ \li If set, the Wayland compositor will accept surfaces from clients that have not been
+ started by the application manager. (default: false)
+ \row
\li \b --no-ui-watchdog
\br [\c flags/noUiWatchdog]
\li bool