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 A single file containing a binary policy. This file is usually named by
20 version on Linux systems, for example, policy.30. This file is usually
21 named sepolicy on Android systems. If not provided, apol will start
22 with none loaded.
23
24
26 -h, --help
27 Print help information and exit.
28
29 --version
30 Print version information and exit.
31
32 -v, --verbose
33 Print additional informational messages.
34
35 --debug
36 Enable debugging output.
37
38
40 Chris PeBenito <pebenito@ieee.org>
41
42
44 Please report bugs via the SETools bug tracker,
45 https://github.com/SELinuxProject/setools/issues
46
47
49 sediff(1), sedta(1), seinfo(1), seinfoflow(1), sesearch(1)
50
51
52
53SELinux Project 2016-02-20 apol(1)