dom0-updates: ensure proper permissions on "updates pending" flag
QubesOS/qubes-issues#1511
(cherry picked from commit 4a556dcab1
)
This commit is contained in:
parent
cbd33cd5c6
commit
0376f2f940
@ -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