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