Fix previous commit

[skip changelog]
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-12-11 22:51:48 +01:00
parent 1d61a36c4c
commit 3a8edc7540
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ known_files = '''
%ghost %dir %verify(not mode group) /var/log/journal
%ghost %dir /var/log/journal/remote
%ghost %attr(0700,root,root) %dir /var/log/private
'''.splitlines()
'''
known_files = {line.split()[-1]:line for line in known_files.splitlines()
if line and not line.startswith('#')}