LazyDreamy

관리자 | 글쓰기

LazyDreamy » Search » Results » Articles

httpd와 관련된 글 1개

  1. 2009/09/23 SeLinux httpd use nfs files

LazyDreamy » Computer/Linux

SeLinux httpd use nfs files

드림 | 2009/09/23 12:02

selinux 설정 체크

[root@dev1 web]# /usr/sbin/getsebool -a | grep nfs
allow_ftpd_use_nfs --> off
allow_nfsd_anon_write --> off
httpd_use_nfs --> off
nfs_export_all_ro --> on
nfs_export_all_rw --> on
nfsd_disable_trans --> off
samba_share_nfs --> off
use_nfs_home_dirs --> off
virt_use_nfs –> off


httpd_use_nfs 를 on 으로 바꿔준다.

[root@dev1 web]# setsebool -P httpd_use_nfs 1

2009/09/23 12:02 2009/09/23 12:02


태그 , , ,

(go to top)