Fix file permissions with initialize-urandom element

We overlooked setting up the proper permission on both our
initialize-urandom python and systemd scripts.

Change-Id: I6da27a049954961c9333ebeb48382f8b175dc2d9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-08-18 23:09:10 -04:00
parent 36439a4eb3
commit 779f3d8109
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ set -o pipefail
case "$DIB_INIT_SYSTEM" in
systemd)
sudo chmod 0644 /usr/lib/systemd/system/initialize-urandom.service
systemctl enable initialize-urandom.service
;;
*)