From 4012eb96dbb0ffb1d179ba6e0c3897e2a83c5f27 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 1 Oct 2024 18:05:56 +0100 Subject: [PATCH] spec: Recommend using the same IDs for Containers1 and security-context These two specifications have been made intentionally similar. Signed-off-by: Simon McVittie --- doc/dbus-specification.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 486d2e53..5523693d 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -7513,6 +7513,10 @@ same syntactic rules as a D-Bus interface name. + Container managers should use the same identifier here + that they use for the + set_sandbox_engine request in the + Wayland security-context extension. @@ -7525,6 +7529,10 @@ type does not have a concept of identifying or naming its applications or containers by a string, using the empty string here is suggested. + Container managers should use the same identifier here + that they use for the + set_app_id request in the + Wayland security-context extension. @@ -7537,6 +7545,10 @@ type does not have a concept of identifying or naming instances by a string, using the empty string here is suggested. + Container managers should use the same identifier here + that they use for the + set_instance_id request in the + Wayland security-context extension.