Add a restorecon for now to fix selinux issues on boot.

A more correct fix will be commited for f12.
This commit is contained in:
kevin 2009-05-13 13:04:36 -06:00
parent 346bbaab7d
commit f4133df1e1
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ EOF
cat >> /etc/rc.d/init.d/livesys << EOF
chown -R liveuser:liveuser /home/liveuser
restorecon -R /home/liveuser
# disable screensaver locking
gconftool-2 --direct --config-source=xml:readwrite:/etc/gconf/gconf.xml.defaults -s -t bool /apps/gnome-screensaver/lock_enabled false >/dev/null