mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-22 11:06:30 +00:00
Remove unnecessary condition out of dta build graph.
This commit is contained in:
parent
f63c637349
commit
30c277745f
@ -360,8 +360,6 @@ class DomainTransitionAnalysis(object):
|
|||||||
(str(s) for s in r.source.expand()),
|
(str(s) for s in r.source.expand()),
|
||||||
(str(t) for t in r.target.expand())):
|
(str(t) for t in r.target.expand())):
|
||||||
type_trans[s][t][d].append(r)
|
type_trans[s][t][d].append(r)
|
||||||
else:
|
|
||||||
continue
|
|
||||||
|
|
||||||
invalid_edge = []
|
invalid_edge = []
|
||||||
clear_transition = []
|
clear_transition = []
|
||||||
|
Loading…
Reference in New Issue
Block a user