First page Back Continue Last page Overview Graphics
Interoperability with Normal NFS
Client needs to specify whether to use SELinux or normal NFS.
- Modified mount to add "selinux" option and NFS_MOUNT_SELINUX flag
Server must recognize the difference between a SELinux and normal NFS request.
- SELinux NFS uses a different RPC program number (100006 instead of 100003)
- Modified RPC layer to handle more than one program number
Notes: