selinon.migrations.tainted_flow_strategy module¶
Strategies used when migrations are preformed.
-
class
selinon.migrations.tainted_flow_strategy.TaintedFlowStrategy[source]¶ Bases:
enum.EnumStrategies used when migrations are preformed.
-
FAIL= 3¶
-
IGNORE= 1¶
-
RETRY= 2¶
-
get_default_option= <bound method TaintedFlowStrategy.get_default_option of <enum 'TaintedFlowStrategy'>>[source]¶
-
get_option_by_name= <bound method TaintedFlowStrategy.get_option_by_name of <enum 'TaintedFlowStrategy'>>[source]¶
-
get_option_names= <bound method TaintedFlowStrategy.get_option_names of <enum 'TaintedFlowStrategy'>>[source]¶
-
