From 2691e7558bd1b605f6a837895b2a3a5f0c970242 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 21 Nov 2025 11:44:30 +0100 Subject: [PATCH] run0: Add note about processes having privileges over --empower sessions --- man/run0.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/run0.xml b/man/run0.xml index 01e6b4b9f7..d47adbe326 100644 --- a/man/run0.xml +++ b/man/run0.xml @@ -299,6 +299,10 @@ group as a supplemental group (for which all polkit actions are allowed by default), but other privileges may be granted in the future as well when using this option. + Note that other (unprivileged) processes of the selected user will have privileges over the + invoked process. Consider not using this option in an environment where there might be malicious + processes running as the selected user. +