From 00e846bbbe581aceeeaf4a8369748d4ff450b1b0 Mon Sep 17 00:00:00 2001 From: HW42 Date: Wed, 1 Oct 2014 03:45:03 +0200 Subject: [PATCH] debian: chown /home_volatile/user in posinst --- debian/qubes-core-agent.postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/qubes-core-agent.postinst b/debian/qubes-core-agent.postinst index de26e6b..b23c8ce 100644 --- a/debian/qubes-core-agent.postinst +++ b/debian/qubes-core-agent.postinst @@ -12,4 +12,6 @@ done # resolved to 127.0.1.1) sed -i "/^127\.0\.0\.1\s/,+0s/\(\s`hostname`\)\+\(\s\|$\)/\2/g" /etc/hosts +chown user:user /home_volatile/user + #DEBHELPER#