summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_vnc.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2017-03-07 18:52:42 (GMT)
committerBritney Fransen <brfransen@gmail.com>2017-03-07 18:52:42 (GMT)
commit749098a1aa979853b4a7bb6c0495abc143e98e9a (patch)
tree5bfcaa3c253622d1a9071157a586cc70ace41b08 /abs/core/LinHES-config/mv_vnc.py
parent999956633b9eb363f00aa4fe478a8d144a4c951c (diff)
downloadlinhes_pkgbuild-749098a1aa979853b4a7bb6c0495abc143e98e9a.zip
linhes_pkgbuild-749098a1aa979853b4a7bb6c0495abc143e98e9a.tar.gz
linhes_pkgbuild-749098a1aa979853b4a7bb6c0495abc143e98e9a.tar.bz2
LinHES-config: mv_vnc.py: add xhost for root so sudo cmds run
Diffstat (limited to 'abs/core/LinHES-config/mv_vnc.py')
-rwxr-xr-xabs/core/LinHES-config/mv_vnc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/mv_vnc.py b/abs/core/LinHES-config/mv_vnc.py
index 1a028d2..36e263c 100755
--- a/abs/core/LinHES-config/mv_vnc.py
+++ b/abs/core/LinHES-config/mv_vnc.py
@@ -19,6 +19,7 @@ def setupvnc_system(systemconfig,data_config):
#!/bin/bash
xhost + localhost
xhost + 127.0.0.1
+xhost + si:localuser:root
vncconfig -iconic &
if [ ! -e ~GNUstep ]
then