Merge pull request #27462 from jameysharp/patch-1

build-fhs-userenv: Propagate $XAUTHORITY
This commit is contained in:
Jörg Thalheim 2017-07-18 08:23:14 +01:00 committed by GitHub
commit e4af2d6050

View file

@ -16,6 +16,7 @@ mounts = { '/' => 'host',
# Propagate environment variables
envvars = [ 'TERM',
'DISPLAY',
'XAUTHORITY',
'HOME',
'XDG_RUNTIME_DIR',
'LANG',