Displaying 2 results from an estimated 2 matches for "nfs_export_all_ro".
Did you mean:
nfs_export_all_rw
2011 Nov 01
1
SELinux and SETroubleshootd woes in CR
...sp',
'allow_rsync_anon_write', 'cvs_data', 'allow_ftpd_anon_write', 'device',
'catchall_boolean', 'automount_exec_config', 'leaks', 'setenforce',
'ftpd_is_daemon', 'allow_zebra_write_config', 'firefox',
'nfs_export_all_ro', 'httpd_enable_cgi', 'httpd_tty_comm',
'public_content', 'ftp_home_dir', 'prelink_mislabled', 'allow_execstack',
'spamd_enable_home_dirs', 'sshd_root', 'samba_share_nfs',
'httpd_builtin_scripting', 'allow_ftpd_...
2015 Sep 09
2
automounter with users home directories on centos 7.
...ep home /etc/auto.master
/home /etc/auto.home --timeout=120
and
[root at server2 ~]# cat /etc/auto.home
* -rw,soft,intr server1:/home/&
[root at server2 ~]#
and on server1, ive got the selinux enabled, but have the following
booleans set.
[root at server1 ~]# getsebool -a | grep nfs_
nfs_export_all_ro --> on
nfs_export_all_rw --> on
use_nfs_home_dirs --> on
[root at server1 ~]#
so when I try to switch to my user on server2 (client), I get
[root at server2 ~]# su - user1
Last login: Wed Sep 9 16:25:27 EDT 2015 on pts/0
su: warning: cannot change directory to /home/user1: No such file o...