executor: Fix setting SELinux in permissive mode when no contexts pre…
Created by: bjackman
…sent
It can happen that getenforce
succeeds returning Permissive
, but
setenforce
fails because no contexts are enabled.
Move the order of try/excepts so that LISA doesn't error in this case.