Displaying 2 results from an estimated 2 matches for "nfs_export_all_rw".
Did you mean:
nfs_export_all_ro
2011 Nov 01
1
SELinux and SETroubleshootd woes in CR
...01 15:11:53,923 [plugin.DEBUG] load_plugins()
names=['httpd_bad_labels', 'allow_saslauthd_read_shadow',
'tftpd_write_content', 'allow_nfsd_anon_write', 'vbetool', 'allow_ypbind',
'httpd_use_cifs', 'file', 'allow_execheap', 'nfs_export_all_rw',
'allow_java_execstack', 'allow_httpd_sys_script_anon_write', 'samba_share',
'filesystem_associate', 'fcron_crond', 'inetd_bind_ports',
'named_write_master_zones', 'qemu_file_image', 'catchall',
'allow_mplayer_execstac...
2015 Sep 09
2
automounter with users home directories on centos 7.
...me /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 or
directory
-bash-4.2$
and...