]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/roundcube-core.postinst
Don't assign "skins" directory to www-data. Closes: #612552.
[roundcube.git] / debian / roundcube-core.postinst
index 07e961f70b6b4409b6cbfef8880eb6c739ea08ca..c1968a65e6c55dbd9687c6513b986a726dfa7931 100644 (file)
@@ -9,7 +9,7 @@ set -e
 . /usr/share/dbconfig-common/dpkg/postinst 
 dbc_generate_include=php:/etc/roundcube/debian-db.php
 dbc_generate_include_owner="www-data:www-data"
-dbc_generate_include_perms="660"
+dbc_generate_include_perms="640"
 dbc_dbfile_owner="www-data:www-data"
 dbc_dbfile_perms="0660"
 dbc_dbuser=roundcube
@@ -113,7 +113,6 @@ case "$1" in
        chmod -R 750 /var/log/roundcube
        chown -R www-data:www-data /var/lib/roundcube/temp
        chmod -R 750 /var/lib/roundcube/temp
-       chown www-data:adm /var/lib/roundcube/skins
 
     ;;