- 2009/09/23 SeLinux httpd use nfs files
LazyDreamy » Search » Results » Articles
httpd와 관련된 글 1개
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























