HomeClusterLabs Projects

Low: ACLs: bail out early when creating element that'll be denied anyway

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Low: ACLs: bail out early when creating element that'll be denied anyway

Previously, the logic was rather obtuse regarding the to-be-done
iterative work even at the time it was already known it makes no sense
to continue (as attested in the final "is the outcome from the work
we've just been doing legal, afterall?" retrospective later on).
The solution is to bail out early, which coincidentally sheds more
clarity to the respective cibadmin failure mode, since now, an
explanatory stanza is added (see regresion.acls.exp changes).

Origially authored by jnpkrn, minor edits by me.

Details

Provenance
Jan Pokorný <jpokorny@redhat.com>Authored on Sep 6 2019, 11:03 AM
waltdisgraceCommitted on Jul 13 2022, 10:31 AM

Commit No Longer Exists

This commit no longer exists in the repository.