From efa6be73c3b3a653bc5645fa2593269042d2b44e 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 a4c839e..95ecebb 100644 --- a/extra-packages +++ b/extra-packages @@ -35,5 +35,6 @@ vte-profile wget which words +xorg-x11-xauth xz zip