Allow normal user to read xenstore values
This is needed by qubes-session
This commit is contained in:
parent
e2b31f8298
commit
0c0083c457
@ -15,6 +15,9 @@ start()
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Set permissions to /proc/xen/xenbus, so normal user can use xenstore-read
|
||||||
|
chmod 666 /proc/xen/xenbus
|
||||||
|
|
||||||
name=$(/usr/bin/xenstore-read name)
|
name=$(/usr/bin/xenstore-read name)
|
||||||
if ! [ -f /etc/this_is_dvm ] ; then
|
if ! [ -f /etc/this_is_dvm ] ; then
|
||||||
# we don't want to set hostname for DispVM
|
# we don't want to set hostname for DispVM
|
||||||
|
Loading…
Reference in New Issue
Block a user