/usr/src/sysdig-0.8.0/driver_config.h is in sysdig-dkms 0.8.0-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 | #pragma once
#define PROBE_VERSION "0.8.0"
#define PROBE_NAME "sysdig-probe"
#define PROBE_DEVICE_NAME "sysdig"
#define PROBE_EVENT_DEVICE_NAME PROBE_DEVICE_NAME "-events"
|