Blob Blame History Raw
#
# Authors:  Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser  
#

#############################################
#
# NFS types
#

#
# nfs_t is the default type for NFS file systems 
# and their files.  
# The nfs_*_t types are used for specific NFS
# servers in net_contexts or net_contexts.mls.
#
type nfs_t, fs_type;

#
# Allow NFS files to be associated with an NFS file system.
#
allow nfs_t self:filesystem associate;
allow file_type nfs_t:filesystem associate;