mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-24 03:48:13 +01:00
Update profile_check.py
This commit is contained in:
parent
313f2f7f2c
commit
21b60b4fa3
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