summaryrefslogtreecommitdiff
path: root/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-02-22 20:41:19 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-03-01 11:46:01 +0000
commita8bd58a0d835ceda1db21a30ced7d93db22cf8cf (patch)
treeb631f33a71c3af58258d8fcd62bcc5e5a14b9fbc /meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
parentc82a6ae77941d51fb77d265eccbdcda51bfec5fb (diff)
downloadopenembedded-core-a8bd58a0d835ceda1db21a30ced7d93db22cf8cf.tar.gz
openembedded-core-a8bd58a0d835ceda1db21a30ced7d93db22cf8cf.tar.bz2
openembedded-core-a8bd58a0d835ceda1db21a30ced7d93db22cf8cf.tar.xz
openembedded-core-a8bd58a0d835ceda1db21a30ced7d93db22cf8cf.zip
xserver-nodm-init: add rootless-x support
most rootless X work are already done in the kernel, xserver and graphics driver, this patches add the the remaining userspace setting: - create /etc/X11/Xusername to set rootless X user - add rootless X user to group video, tty to access /dev/tty[0-4] and /dev/dri/card0 - grant rootless X user access right to /dev/input/*, /var/log Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm')
-rwxr-xr-xmeta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
index 69ea94972..d8c4ba0d1 100755
--- a/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
+++ b/meta/recipes-graphics/x11-common/xserver-nodm-init/xserver-nodm
@@ -30,6 +30,10 @@ case "$1" in
echo "Starting Xserver"
if [ -f /etc/X11/Xusername ]; then
username=`cat /etc/X11/Xusername`
+ # setting for rootless X
+ chmod o+w /var/log
+ chmod g+r /dev/tty[0-3]
+ chmod o+rw /dev/input/*
fi
# Using sudo -i here has the nice side effect of making sire
# HOME, USER and other previously problematic variables