1apol(1) SETools: SELinux Policy Analysis Tools apol(1)
2
3
4
6 apol - Graphical SELinux policy analysis tool
7
8
10 apol [OPTIONS] [POLICY]
11
12
14 apol is a graphical tool that allows the user to inspect and analyze
15 aspects of an SELinux policy.
16
17
19 apol supports loading SELinux policies in one of two formats.
20
21 source:
22 A single text file containing a monolithic policy source.
23 This file is usually named policy.conf.
24
25 binary:
26 A single file containing a binary policy. This file is
27 usually named by version on Linux systems, for example,
28 policy.30. This file is usually named sepolicy on Android
29 systems.
30
31 If not provided, apol will start with none loaded.
32
33
35 -h, --help
36 Print help information and exit.
37
38 --version
39 Print version information and exit.
40
41 -v, --verbose
42 Print additional informational messages.
43
44 --debug
45 Enable debugging output.
46
47
49 Chris PeBenito <cpebenito@tresys.com>
50
51
53 Please report bugs via the SETools bug tracker,
54 https://github.com/TresysTechnology/setools/issues
55
56
58 sediff(1), sedta(1), seinfo(1), seinfoflow(1), sesearch(1)
59
60
61
62Tresys Technology, LLC 2016-02-20 apol(1)