Closed othmar52 closed 8 years ago
I fixed all the issues listed by systemcheck, except I have this continued problem: READ-PERMISSION TO ACCESS MPD'S MUSIC-DIRECTORY READACCESS TO DATABASEFILE Here are the permissions for both folders and their contents: getfacl /home/jo-shva/.config/mpd/database getfacl: Removing leading '/' from absolute path names # file: home/jo-shva/.config/mpd/database # owner: jo-shva # group: users user::rw- user:root:r-x user:http:r-x group::r-- mask::r-x other::r-- And for the Music folder and contents: # file: home/jo-shva/Music/Royksopp # owner: jo-shva # group: users user::rwx user:root:r-x user:http:r-x group::r-x mask::r-x other::r-x I cant figure this one out. Acl should give 'http' and 'root' permission to these files. These files are also listed in the php.ini under 'open_basedir'. If you have any ideas I sure would appreciate it.
I fixed all the issues listed by systemcheck, except I have this continued problem:
READ-PERMISSION TO ACCESS MPD'S MUSIC-DIRECTORY READACCESS TO DATABASEFILE Here are the permissions for both folders and their contents:
getfacl /home/jo-shva/.config/mpd/database getfacl: Removing leading '/' from absolute path names # file: home/jo-shva/.config/mpd/database # owner: jo-shva # group: users user::rw- user:root:r-x user:http:r-x group::r-- mask::r-x other::r--
And for the Music folder and contents:
# file: home/jo-shva/Music/Royksopp # owner: jo-shva # group: users user::rwx user:root:r-x user:http:r-x group::r-x mask::r-x other::r-x
I cant figure this one out. Acl should give 'http' and 'root' permission to these files. These files are also listed in the php.ini under 'open_basedir'. If you have any ideas I sure would appreciate it.