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
tests/vm: add a tracefs-open profile for the tracing-group vantage
The tracefs components read /sys/kernel/tracing tables, but the VM init never
mounts tracefs, so both read UNAVAILABLE in every profile and the vantage
went unexercised.
The tracefsopen profile mounts tracefs gid=1000,mode=755 — traversable and
group-readable by the unprivileged uid the analysis runs as — and sets
kptr_restrict=2, modeling a host that grants a tracing group tracefs access
while hardening kallsyms. There the tracefs address tables recover the text
base with no kptr_restrict gate. Every other profile leaves tracefs
unmounted, so the default and hardened floors are unchanged.
0 commit comments