You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mount debugfs at the standard /sys/kernel/debug mount point automatically.
Description
Similar to siderolabs/pkgs#963 and the associated change smira@10e555a that got introduced in v1.7.3, I think it would be useful to have debugfs automatically mounted.
We have some older application that depends on that for the tracing (it may be updated to tracefs soon, but no ETA).
This currently requires adding some privileged daemonset or initContainer to do the mounting automatically as a workaround.
I don't think there's any downside to enable this by default in Talos Linux.
The text was updated successfully, but these errors were encountered:
debugfs is not considered to be secure nowadays according to the best practices, and there are better solutions, so it won't be enabled in Talos Linux.
Feature Request
Mount debugfs at the standard
/sys/kernel/debug
mount point automatically.Description
Similar to siderolabs/pkgs#963 and the associated change smira@10e555a that got introduced in v1.7.3, I think it would be useful to have debugfs automatically mounted.
We have some older application that depends on that for the tracing (it may be updated to tracefs soon, but no ETA).
This currently requires adding some privileged daemonset or initContainer to do the mounting automatically as a workaround.
I don't think there's any downside to enable this by default in Talos Linux.
The text was updated successfully, but these errors were encountered: