Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# Authors:  Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser  
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
Chris PeBenito 31b7c0
#############################################
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# NFS types
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# nfs_t is the default type for NFS file systems 
Chris PeBenito 31b7c0
# and their files.  
Chris PeBenito 31b7c0
# The nfs_*_t types are used for specific NFS
Chris PeBenito 31b7c0
# servers in net_contexts or net_contexts.mls.
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
type nfs_t, mount_point, fs_type;
Chris PeBenito 31b7c0
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
# Allow NFS files to be associated with an NFS file system.
Chris PeBenito 31b7c0
#
Chris PeBenito 31b7c0
allow file_type nfs_t:filesystem associate;