mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-11 20:55:19 +01:00
Update profile_check.py
This commit is contained in:
parent
f1118cd3b0
commit
46c5381cd0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue