Displaying 1 result from an estimated 1 matches for "server001a".
Did you mean:
server00
2008 Oct 30
1
nfs mounted /home and selinux
...Red_Hat_Enterprise_Linux/5.2/html/Deployment_Guide/ch45s02s03.html
On my system running CentOS 5.2:
$ ls -alZ /home
drwxr-xr-x root root system_u:object_r:home_root_t .
drwxr-xr-x root root system_u:object_r:root_t ..
$ mount -t nfs -o context=user_u:object_r:user_home_dir_t \
server001a:/vol/vol01/home /home
$ ls -alZ /home
drwxrwxr-x root root system_u:object_r:nfs_t .
drwxr-xr-x root root system_u:object_r:root_t ..
drwx------ fred users system_u:object_r:nfs_t fred
drwx------ mike users system_u:object_r:n...