\fBsedta\fR is a command line tool that allows the user to perform domain transition analyses
on an SELinux policy.
.SHPOLICY
.PP
A single file containing a binary policy. This file is usually named by version on Linux systems, for example, \fIpolicy.30\fR. This file is usually named \fIsepolicy\fR on Android systems.
If no policy file is provided, \fBsedta\fR will search for the policy running on the current
system. If no policy can be found, \fBsedta\fR will print an error message and exit.
.SHOPTIONS
.SSAnalysisSettings
.IP"-p POLICY"
Specify the policy to analyze. If none is specified, \fBsedta\fR will search for the policy
running on the current system.
.IP"-s SOURCE"
Specify the source type to use in the domain transition analysis.
.IP"-t TARGET"
Specify the target type to use in the domain transition analysis. Using this option will also
require specifying an analysis algorithm.
.SSAnalysisAlgorithms
\fBsedta\fR uses graph algorithms to analyze the domain transition paths of an SELinux policy.
The following algorithms are options for determining paths from a source type to a target type.
.IP"-S"
Print the shortest domain transition path(s) from the source type to the target type. If multiple
paths have the same length, all will be displayed.
.IP"-A LIMIT"
Print all domain transition path(s) up to LIMIT steps long. Depending on the connectiveness of
the policy, this may be extremely expensive.
.SSAnalysisOptions
.IP-r
Perform a reverse domain transition analysis. The domain transitions will be analyzed to find the
the parent domains, instead of finding the child domains.
.IP"-l LIMIT_TRANS"
Specify the maximum number of domain transitions to output. The default is unlimited.
.IPEXCLUDE
A space-separated list of types to exclude from the analysis.
.SSGeneralOptions
.IP"--stats"
Print domain transition graph statistics at the end of the analysis.