Update profile_check.py

This commit is contained in:
nobody43 2024-11-18 23:31:22 +00:00 committed by GitHub
parent f1118cd3b0
commit 46c5381cd0
Failed to generate hash of commit

View file

@ -445,7 +445,7 @@ def main(argv):
return None return None
if __name__ == '__main__': if __name__ == '__main__':
'''Safeguard errors does NOT cover loosening existing profiles after loading!'''
try: try:
from apparmor.regex import * from apparmor.regex import *
from apparmor.aa import is_skippable_file from apparmor.aa import is_skippable_file