selinon.migrations.tainted_flow_strategy module

Strategies used when migrations are preformed.

class selinon.migrations.tainted_flow_strategy.TaintedFlowStrategy[source]

Bases: enum.Enum

Strategies 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]
get_options = <bound method TaintedFlowStrategy.get_options of <enum 'TaintedFlowStrategy'>>[source]
get_preferred_strategy = <bound method TaintedFlowStrategy.get_preferred_strategy of <enum 'TaintedFlowStrategy'>>[source]