更新 vsftpd 2.3.5 注意事項
vsftpd: refusing to run with writable root inside chroot()
查看 https://security.appspot.com/vsftpd/Changelog.txt

At this point: v2.3.5 released!
- Add stronger checks for the configuration error of running with a writeable
root directory inside a chroot(). This may bite people who carelessly turned
on chroot_local_user but such is life.

這行的意思代表是根目錄不能是寫入的權限

chmod a-w /var/www →請依照您的網站目錄/ver/www

根目錄無法寫入解決的方式可以使用ACL的權限將目錄加入群組使用者,根目錄也可以寫入
root@server:/var# chown root:www www
root@server:/var# setfacl -m g:www:rwx www
root@server:/var# getfacl www
# file: www
# owner: root
# group: www
user::r-x
user:tony:rwx
group::r-x
group:tony:rwx
group:www:rwx
mask::rwx
other::r-x
default:user::rwx
default:user:tony:rwx
default:group::r-x
default:mask::rwx
default:other::r-x

By tony

自由軟體愛好者~喜歡不斷的思考各種問題,有新的事物都會想去學習嘗試 做實驗並熱衷研究 沒有所謂頂天的技術 只有謙虛及不斷的學習 精進專業,本站主要以分享系統及網路相關知識、資源而建立。 Github http://stnet253.github.io

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *

這個網站採用 Akismet 服務減少垃圾留言。進一步了解 Akismet 如何處理網站訪客的留言資料