1sepolicy-transition(8)                                  sepolicy-transition(8)
2
3
4

NAME

6       sepolicy-transition - Examine the SELinux Policy and generate a process
7       transition report
8
9

SYNOPSIS

11       sepolicy transition [-h] -s SOURCE
12
13       sepolicy transition [-h] -s SOURCE -t TARGET
14
15

DESCRIPTION

17       sepolicy transition will show all domains that a given  SELinux  source
18       domain can transition to, including the entrypoint.
19
20       If  a  target  domain is given, sepolicy transition will examine policy
21       for all transition paths from the source domain to the  target  domain,
22       and will list the paths.
23
24

OPTIONS

26       -h, --help
27              Display help message
28
29       -s, --source
30              Specify the source SELinux domain type
31
32       -t, --target
33              Specify the target SELinux domain type
34
35

EXAMPLE

37       List all domain transition paths from init_t to httpd_t
38       # sepolicy transition -s init_t -t httpd_t
39       List all transitions available from samba domain, including entry points and booleans controlling each transition
40       # sepolicy transition -s smbd_t
41
42

AUTHOR

44       This man page was written by Daniel Walsh <dwalsh@redhat.com>
45
46

SEE ALSO

48       sepolicy(8), selinux(8)
49
50
51
52                                   20121005             sepolicy-transition(8)
Impressum