1SECIL2TREE(8) SELinux CIL AST Writer SECIL2TREE(8)
2
3
4
6 secil2tree - invoke the SELinux Common Intermediate Language (CIL) AST
7 Writer
8
10 secil2tree [OPTION...] file
11
13 secil2tree invokes the CIL AST Writer with the specified arguments.
14
16 -o, --output=<file>
17 Write AST to file (default: stdout)
18
19 -P, --preserve-tunables
20 Treat tunables as booleans.
21
22 -Q, --qualified-names
23 Allow names containing dots (qualified names). Blocks,
24 blockinherits, blockabstracts, and in-statements will not be
25 allowed.
26
27 -A, --ast-phase=<phase>
28 Write AST of phase phase. Must be parse, build, or resolve.
29 (default: resolve)
30
31 -v, --verbose
32 Increment verbosity level.
33
34 -h, --help
35 Display usage information.
36
38 secilc(8), secil2conf(8)
39
40 HTML documentation describing the CIL language statements is available
41 starting with docs/html/index.html.
42
43 PDF documentation describing the CIL language statements is available
44 at: docs/pdf/CIL_Reference_Guide.pdf.
45
47 James Carter
48
49
50
51secil2tree 01/22/2022 SECIL2TREE(8)