sedta(1) | SETools: SELinux Policy Analysis Tools | sedta(1) |
sedta - Domain transition analysis for SELinux policies
sedta [OPTIONS] -s SOURCE [-t TARGET (-S|-A LIMIT)] [EXCLUDE [EXCLUDE ...]]
sedta is a command line tool that allows the user to perform domain transition analyses on an SELinux policy.
A single file containing a binary policy. This file is usually named by version on Linux systems, for example, policy.30. This file is usually named sepolicy on Android systems. If no policy file is provided, sedta will search for the policy running on the current system. If no policy can be found, sedta will print an error message and exit.
sedta 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.
Show the shortest transition paths from httpd_t to unconfined_t, while not using container_runtime_t # sedta -s httpd_t -t unconfined_t -S container_runtime_t List all domain transition paths shorter than 3 steps from init_t to smbd_t # sedta -s init_t -t smbd_t -A 3
Chris PeBenito <pebenito@ieee.org>
Please report bugs via the SETools bug tracker, https://github.com/SELinuxProject/setools/issues
apol(1), sediff(1), seinfo(1), seinfoflow(1), sesearch(1)
2016-02-20 | SELinux Project |