Skip to content

Commit 5ef836e

Browse files
cgzonespcmoore
authored andcommitted
notebook: mention self support in type_transition
Since 9e096e6e ("libsepol,checkpolicy: add support for self keyword in type transitions") the keyword self is supported as target in the type_transition, type_change and type_member statements. Signed-off-by: Christian Göttsche <[email protected]> [PM: minor grammar edits] Signed-off-by: Paul Moore <[email protected]>
1 parent 011ebc8 commit 5ef836e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/type_statements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ The *type_transition* rule keyword.
487487
One or more source / target *type*, *typealias* or *attribute* identifiers.
488488
Multiple entries consist of a space separated list enclosed in braces '{}'.
489489
Entries can be excluded from the list by using the negative operator '-'.
490+
Since libsepol 3.4 the *self* keyword is supported as a target.
490491

491492
*class*
492493

@@ -613,6 +614,7 @@ The *type_change* rule keyword.
613614
One or more source / target *type*, *typealias* or *attribute* identifiers.
614615
Multiple entries consist of a space separated list enclosed in braces '{}'.
615616
Entries can be excluded from the list by using the negative operator '-'.
617+
Since libsepol 3.4 the *self* keyword is supported as a target.
616618

617619
*class*
618620

@@ -685,6 +687,7 @@ The *type_member* rule keyword.
685687
One or more source / target *type*, *typealias* or *attribute* identifiers.
686688
Multiple entries consist of a space separated list enclosed in braces '{}'.
687689
Entries can be excluded from the list by using the negative operator '-'.
690+
Since libsepol 3.4 the *self* keyword is supported as a target.
688691

689692
*class*
690693

0 commit comments

Comments
 (0)