Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22697d14f631dfc

Jump to content

Talk:Systrace

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 18 years ago by Nielsprovos in topic Future of systrace using utrace back end

Future of systrace using utrace back end

[edit]

I'm curious whether systrace might be modified to detect and use a utrace backend in the future. (This would allow the user-space systrace suite to be dropped into future Red Hat distributions without requiring any kernel changes). (Of course I'm also curious if Ubuntu will be adding utrace to their future releases). JimD (talk) 15:33, 10 April 2008 (UTC)Reply

I suspect the systrace mailing list and the Ubuntu forum would be a much better place to find these out than here. NicM (talk) 05:23, 11 April 2008 (UTC).Reply
Systrace already comes with a ptrace backend; extending it to utrace should be simple. The main issue with ptrace is that it was never meant for security, in particular, reparenting of forked children does not work very well. niels (talk) 18:44, 22 April 2008 (UTC)Reply