mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
utils: fix include prior segments indention
The assignment for setting segments['include'] = True was wrong, it occured inside the 'if not segments['include'] and True in segments.values():' block, whereas it needed to always get set outside of that if test. Signed-off-by: Steve Beattie <steve@nxnw.org> Acked-by: Christian Boltz <apparmor@cboltz.de>
This commit is contained in: