Skip to content

.github: Add read permissions to debugfs

FIX

Ubuntu seems to have changed the permissions of debugfs at /sys/kernel/debug to remove all permissions except for the root user. This unfortunately breaks (among other things) the CPU capacities reading, which is necessary to generate rt-app workloads.

Workaround the problem by restoring permissions until a better fix is found.

Merge request reports