Changeset 4817

Show
Ignore:
Timestamp:
10/07/08 10:12:34 (2 months ago)
Author:
cpebenito
Message:

setools-devel: fix comments in v23 permission map.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/setools-devel/libapol/share/apol_perm_mapping_ver23

    r4816 r4817  
    1 # Auto-generated by apol on Tue Oct  7 11:06:18 2008 
    2  
     1# This is a permission map file for use in policy analysis.  This 
     2# file maps object permissions (read, getattr, setattr, ..., etc.)  
     3# for an object class, to exactly one of the following: read, write,  
     4# both, or none.  This file may be edited as long as the specific  
     5# syntax rules are obeyed. 
    36# 
    4 # permission map file 
    5  
    6  
    7 Number of classes (mapped?: yes): 
     7# For each object class, there is a set of object permissions that are  
     8# individually mapped to read, write, both, or none.  If a new object 
     9# class is added, make sure that the current number of object classes 
     10# is increased. 
     11
     12# The syntax for an object class definition is: 
     13# class <class_name> <num_permissions> 
     14#  
     15# This is followed by each permission and its individual mapping to one  
     16# of the following: 
     17
     18#       r   =   Read 
     19#       w   =   Write 
     20#       n   =   None 
     21#       b   =   Both 
     22
     23# Additionally, you can choose to follow the mapping with an optional   
     24# permission weight value from 1 (less importance) to 10 (higher importance).  
     25# 10 is the default weight value if one is not provided. 
     26
     27# Look to the examples below for further clarification. 
     28
     29# Number of object classes. 
    83073 
    931