We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ef6fe commit eb164ccCopy full SHA for eb164cc
hooks/security.py
@@ -40,6 +40,7 @@ def __init__(self, parameters):
40
self.kconfig = str(self.KCONFIG_BIN)
41
42
self.context.subscribe('filesystem_new_file_mime', self.check_file)
43
+ self.context.subscribe('filesystem_new_file', self.kconfig_check)
44
45
def check_file(self, event):
46
filepath = event.filepath
0 commit comments