Matthew Bobrowski <mbobrowski@xxxxxxxxxxxxxx>: > Currently, the fanotify API does not provide a means for user space > programs to register and receive events specifically when a file has > been opened with the intent to be executed. Two new event flags > FAN_EXEC and FAN_EXEC_PERM have been introduced to the fanotify API > along with updates to the generic filesystem notification hooks > fsnotify_open and fsnotify_perm in order to support this capability. Does this affect: * executable shebang files (files starting with #!) * interpreted files: - bash ./xyzzy.sh - java xyzzy.jar - python3 xyzzy.py Marko