selinux-policy/strict/types/nfs.te

23 lines
475 B
Plaintext
Raw Normal View History

2005-04-29 17:45:15 +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, 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;