summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2023-02-10 15:14:58 +0100
committerRobert Griebl <robert.griebl@qt.io>2023-02-15 15:08:11 +0100
commit4a14abf206c548b80f2942c4d42e23b0e97ddeb1 (patch)
treeba713599d05f64b478f48446a1f3b3ea112f9f05 /doc
parent41bb52b0a2b02628247a4afd2513aa52a6da5cf6 (diff)
downloadqtapplicationmanager-4a14abf206c548b80f2942c4d42e23b0e97ddeb1.tar.gz
Cleanup the D-Bus interfaces
- most of the newer PackageManager signals were not exposed at all - some properties were not exposed consistently or used the wrong type - clarified the D-Bus policy settings in regards to properties Change-Id: I6875c0a0613a0a63af2386d311a1a6c7c0031b7b Pick-to: 6.5 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/configuration.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/configuration.qdoc b/doc/configuration.qdoc
index 3a4e1f90..18473bb1 100644
--- a/doc/configuration.qdoc
+++ b/doc/configuration.qdoc
@@ -531,6 +531,8 @@ policies.
policy configuration. The keys into this map are the undecorated D-Bus function names, such
as \c startApplication. When a key is specified, the corresponding function's access policy
is \c deny, until you add \c allow criterias -- all of which are AND-ed together.
+ Due to the way D-Bus properties are implemented, these policy only apply to methods, but
+ not to property getters and setters.
\endtable
The code snippet below shows a simple example, that only allows applications with the \c appstore