/lib/udev/rules.d/40-xdiagnose.rules is in xdiagnose 2.5.2ubuntu0.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # do not edit this file, it will be overwritten on update
# Jesse Barnes on ubuntu-devel@lists.ubuntu.com:
# You'll get three events, one when the error is detected, one before the
# reset and one after. Each has a different environment variable set; the
# initial error has ERROR=1, the pre-reset event has RESET=1 and the
# post-reset event has ERROR=0.
# Disable freeze hook.
#SUBSYSTEM=="drm", ACTION=="change", ENV{ERROR}=="1", RUN+="/usr/share/apport/apport-gpu-error-intel.py"
|