dom0-updates: ensure proper permissions on "updates pending" flag
QubesOS/qubes-issues#1511
This commit is contained in:
parent
d9a2a66073
commit
4a556dcab1
@ -18,4 +18,6 @@ if [ "$RETCODE" -ne 100 ]; then
|
||||
fi
|
||||
|
||||
# Touch stat file for qubes-manager
|
||||
touch $UPDATES_STAT_FILE
|
||||
touch "$UPDATES_STAT_FILE"
|
||||
chgrp qubes "$UPDATES_STAT_FILE"
|
||||
chmod g+w "$UPDATES_STAT_FILE"
|
||||
|
Loading…
Reference in New Issue
Block a user