av_flavor
|
The flavor of access vector rule. Possible flavors are allow , auditallow , dontaudit , neverallow , deny , allowx , auditallowx , dontauditx , and neverallowx . |
source_id
|
A single previously defined source type , typealias or typeattribute identifier. |
target_id
|
A single previously defined target type , typealias or typeattribute identifier.
Instead it can be one of the special keywords self , notself or other .
The self keyword may be used to signify that source and target are the same. If the source is an attribute, each type of the source will be paired with itself as the target. The notself keyword may be used to signify that the target is all types except for the types of the source. The other keyword may be used as a short-hand way of writing a rule for each type of the source where it is paired with all of the other types of the source as the target. |
classpermission_id
|
A single named or anonymous classpermissionset or a single set of classmap /classmapping identifiers. Used for allow , auditallow , dontaudit , neverallow rules. |
permissionx_id
|
A single named or anonymous permissionx . Used for allowx , auditallowx , dontauditx , neverallowx rules. |