update: default to follow all symlinks

MPD 0.13 and older followed all symbolic links.  Although this can be
a security problem (as it has always been), 0.14 should offer the same
default behaviour as 0.13.
This commit is contained in:
Avuton Olrich
2008-12-08 09:00:38 +01:00
committed by Max Kellermann
parent 5b11d5a332
commit a25b8acd82
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ playlist_directory "~/.mpd/playlists"
db_file "~/.mpd/mpd.db"
log_file "~/.mpd/mpd.log"
error_file "~/.mpd/mpd.error"
#follow_outside_symlinks "no"
#follow_outside_symlinks "yes"
#follow_inside_symlinks "yes"
################################################################