~ubuntu-branches/ubuntu/dapper/selinux-policy-default/dapper

« back to all changes in this revision

Viewing changes to types/nfs.te

  • Committer: Bazaar Package Importer
  • Author(s): Russell Coker
  • Date: 2004-06-10 18:08:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040610180800-gagxr0cdovi7mv2i
Tags: upstream-1.12
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Authors:  Stephen Smalley <sds@epoch.ncsc.mil> and Timothy Fraser  
 
3
#
 
4
 
 
5
#############################################
 
6
#
 
7
# NFS types
 
8
#
 
9
 
 
10
#
 
11
# nfs_t is the default type for NFS file systems 
 
12
# and their files.  
 
13
# The nfs_*_t types are used for specific NFS
 
14
# servers in net_contexts or net_contexts.mls.
 
15
#
 
16
type nfs_t, fs_type, root_dir_type;
 
17
 
 
18
#
 
19
# Allow NFS files to be associated with an NFS file system.
 
20
#
 
21
allow nfs_t nfs_t:filesystem associate;