From 9ab10a6c9af69e79d2cf74b5fb52aa7ee50dcdf9 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 30 Oct 2020 19:45:38 +0100 Subject: [PATCH] extra-packages: Allow X11 clients to run as root If an X11 client is started inside a 'su -' session, then xauth(1) needs to be present so that pam_xauth.so can add a new XAUTHORITY environment variable to the 'su -' session. https://github.com/containers/toolbox/pull/572 --- extra-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/extra-packages b/extra-packages index 2429179..0597b1b 100644 --- a/extra-packages +++ b/extra-packages @@ -36,5 +36,6 @@ vte-profile wget which words +xorg-x11-xauth xz zip