Skip to content

Commit 8ad13d2

Browse files
authored
Merge pull request #164 from pebenito/seinfoflow-b-man
man: Add documentation for seinfoflow -b option.
2 parents 00968e8 + 78e7bbd commit 8ad13d2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

man/seinfoflow.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ Specify the minimum permission weight to consider for the analysis (1-10). The d
4848
Specify the maximum number of information flows to output. The default is unlimited.
4949
.IP "-o OUTPUT_PATH"
5050
Generate a graphical representation of the analysis in PNG format at the specified path.
51+
.IP "-b <boolname>:true[,<boolname2>:false,...]"
52+
Specify boolean values to use in the analysis. Multiple booleans can be specified, separated by
53+
commas. Alternatively, this option can be set with the special value "-b default" to use the
54+
default boolean values from the policy. If this option is not specified, the analysis will
55+
include all possible infomation flows, including both "if" and "else" branches of boolean
56+
expressions.
5157
.IP EXCLUDE
5258
A space-separated list of types to exclude from the analysis.
5359

0 commit comments

Comments
 (0)