快速业务通道

简简单单让selinux放过ftp一马,使用户能够上传

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-01

废话不多说,先贴出我们强大的man文档:

  1. FILE_CONTEXTS
  2. SELinux requires files to have a file type. File types may be specified
  3. with semanage and are restored with restorecon. Policy governs the
  4. access that daemons have to files.
  5. Allow ftp servers to read the /var/ftp directory by adding the public_content_t file type to the directory and by restoring the file
  6. type.
  7. semanage fcontext -a -t public_content_t "/var/ftp(/.*)?"
  8. restorecon -R -v /var/ftp
  9. Allow ftp servers to read and write /var/tmp/incoming by adding the
  10. public_content_rw_t type to the directory and by restoring the file
  11. type. This also requires the allow_ftpd_anon_write boolean to be set.
  12. semanage fcontext -a -t public_content_rw_t "/var/ftp/incoming(/.*)?"
  13. chcon -Rt public_content_rw_t /var/ftp/ 一样的!!×/
  14. restorecon -R -v /var/ftp/incoming
  15. BOOLEANS
  16. SELinux policy is based on least privilege required and may also be
  17. customizable by setting a boolean with setsebool.
  18. Allow ftp servers to read and write files with the public_content_rw_t
  19. file type.
  20. setsebool -P allow_ftpd_anon_write on
  21. Allow ftp servers to read or write files in the user home directories.
  22. setsebool -P ftp_home_dir on
  23. Allow ftp servers to read or write all files on the system.
  24. setsebool -P allow_ftpd_full_access on
  25. Allow ftp servers to use cifs for public file transfer services.
  26. setsebool -P allow_ftpd_use_cifs on
  27. Allow ftp servers to use nfs for public file transfer services.
  28. setsebool -P allow_ftpd_use_nfs on


参考上面的文档,在vsftpd本身配置没有问题的情况下,只需要如下两个命令就搞定ftp上传咯:

root@local# setsebool -P allow_ftpd_anon_write on

root@local# chcon -Rt public_content_rw_t /var/ftp/

本文出自 “追求卓越,成功迎面而来” 博客,请务必保留此出处http://rilee.blog.51cto.com/467020/407800

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号