1sepolicy-interface(8) sepolicy-interface(8)
2
3
4
6 sepolicy-interface - Print interface information based on the installed
7 SELinux Policy
8
9
11 sepolicy interface [-h] [-c] [-v] [-f FILE] [-a | -u | -l | -i INTER‐
12 FACE [INTERFACE ... ]]
13
14
16 Use sepolicy interface to print interface information based on SELinux
17 Policy.
18
19
21 -a, --list_admin
22 List all domains with admin interface
23
24 -c, --compile
25 Test compile of interfaces
26
27 -h, --help
28 Display help message
29
30 -i, --interface
31 Interface(s) to be displayed
32
33 -l, --list
34 List all interfaces
35
36 -u, --list_user
37 List all domains with SELinux user role interface
38
39 -v, --verbose
40 Display extended information about the interface including pa‐
41 rameters and description if available.
42
43 -f, --file
44 Interface file to be explored
45
46
48 Show description of given interface
49 # sepolicy interface -vi samba_rw_config
50 List interfaces in given interface file and show their description
51 # sepolicy interface -f my_policy.if -lv
52 Run compile test for all interfaces in given file
53 # sepolicy interface -f my_policy.if -lc
54
55
57 This man page was written by Daniel Walsh <dwalsh@redhat.com>
58
59
61 sepolicy(8), selinux(8)
62
63
64
65 20121222 sepolicy-interface(8)