selinux-policy/targeted/types/nfs.te

22 lines
449 B
Plaintext
Raw Normal View History

2005-10-21 18:05:21 +00:00
#
# 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, mount_point, fs_type;
#
# Allow NFS files to be associated with an NFS file system.
#
allow file_type nfs_t:filesystem associate;