commit | a9029d97045468bc25281971d452b6cecf009553 | [log] [tgz] |
---|---|---|
author | Christian Göttsche <cgzones@googlemail.com> | Mon May 02 16:05:46 2022 +0200 |
committer | Paul Moore <paul@paul-moore.com> | Tue May 03 14:26:53 2022 -0400 |
tree | 24bfc17792b431759fd4068b79500f14d76b6166 | |
parent | 4ad37de496425b1d2bc4cd923cf94f3e582d5dea [diff] |
selinux: fix indentation level of mls_ops block Add one level of indentation to the code block of the label mls_ops in constraint_expr_eval(), to adjust the trailing break; to the parent case: branch. Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Signed-off-by: Paul Moore <paul@paul-moore.com>