logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

secil2tree - invoke the SELinux Common Intermediate Language (CIL) AST Writer

Author

JamesCarter

secil2tree                                         03/16/2025                                      SECIL2TREE(8)

Description

secil2tree invokes the CIL AST Writer with the specified arguments.

Name

       secil2tree - invoke the SELinux Common Intermediate Language (CIL) AST Writer

Options

-o,--output=<file>
           Write AST to file (default: stdout)

       -P,--preserve-tunables
           Treat tunables as booleans.

       -Q,--qualified-names
           Allow names containing dots (qualified names). Blocks, blockinherits, blockabstracts, and
           in-statements will not be allowed.

       -A,--ast-phase=<phase>
           Write AST of phase phase. Must be parse, build, or resolve. (default: resolve)

       -v,--verbose
           Increment verbosity level.

       -h,--help
           Display usage information.

See Also

secilc(8), secil2conf(8)

       HTML documentation describing the CIL language statements is available starting with
       docs/html/index.html.

       PDF documentation describing the CIL language statements is available at:
       docs/pdf/CIL_Reference_Guide.pdf.

Synopsis

secil2tree [OPTION...] file

See Also