1SECIL2CONF(8) SELinux CIL to policy.conf C SECIL2CONF(8)
2
3
4
6 secil2conf - invoke the SELinux Common Intermediate Language (CIL) to
7 policy.conf converter
8
10 secil2conf [OPTION...] file
11
13 secil2conf invokes the CIL to policy.conf converter with the specified
14 arguments.
15
17 -o, --output=<file>
18 Write policy.conf to file (default: policy.conf)
19
20 -M, --mls true|false
21 Build an mls policy.conf. Must be true or false. This will override
22 the (mls boolean) statement if present in the policy.
23
24 -P, --preserve-tunables
25 Treat tunables as booleans.
26
27 -Q, --qualified-names
28 Allow names containing dots (qualified names). Blocks,
29 blockinherits, blockabstracts, and in-statements will not be
30 allowed.
31
32 -v, --verbose
33 Increment verbosity level.
34
35 -h, --help
36 Display usage information.
37
39 secilc(8), sestatus(8)
40
41 HTML documentation describing the CIL language statements is available
42 starting with docs/html/index.html.
43
44 PDF documentation describing the CIL language statements is available
45 at: docs/pdf/CIL_Reference_Guide.pdf.
46
47 There is a CIL Design Wiki at:
48 http://github.com/SELinuxProject/cil/wiki that describes the goals and
49 features of the CIL language.
50
52 James Carter
53
54
55
56secil2conf 10/22/2021 SECIL2CONF(8)