mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-01 22:58:12 +00:00
seinfoflow: Whitespace fix.
This commit is contained in:
parent
2c133a6831
commit
5aa99044d7
@ -103,6 +103,7 @@ try:
|
|||||||
m = setools.PermissionMap(args.map)
|
m = setools.PermissionMap(args.map)
|
||||||
g = setools.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude,
|
g = setools.InfoFlowAnalysis(p, m, min_weight=args.min_weight, exclude=args.exclude,
|
||||||
booleans=booleans)
|
booleans=booleans)
|
||||||
|
|
||||||
if args.shortest_path or args.all_paths:
|
if args.shortest_path or args.all_paths:
|
||||||
if args.shortest_path:
|
if args.shortest_path:
|
||||||
paths = g.all_shortest_paths(args.source, args.target)
|
paths = g.all_shortest_paths(args.source, args.target)
|
||||||
|
Loading…
Reference in New Issue
Block a user