FreeBSD Bugzilla – Attachment 157131 Details for
Bug 200444
security/trousers: weird rcorder, bad nodes, possible loop
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
PS: Adding a script to graphviz all the rcorder, helps to see the big picture.
rcorder_to_svg.sh (text/plain), 607 bytes, created by
c.kworr
on 2015-05-25 17:21:56 UTC
(
hide
)
Description:
PS: Adding a script to graphviz all the rcorder, helps to see the big picture.
Filename:
MIME Type:
Creator:
c.kworr
Created:
2015-05-25 17:21:56 UTC
Size:
607 bytes
patch
obsolete
>#!/bin/sh - > >( > find /etc/rc.d > find /usr/local/etc/rc.d >) | ( > echo 'digraph rcorder {' > xargs -n1 awk ' > BEGIN{FS=": +";name="";req="";need=""} > $1~/PROVIDE$/{name=name" "$2} > $1~/REQUIRE$/{req=req" "$2} > $1~/BEFORE$/{need=need" "$2} > END{ > if(length(name)>0){ > sub("-", "_", name); > sub("-", "_", req); > sub("-", "_", need); > num=split(name, names, " +") > for(node in names)if(length(names[node])>0)print"\t"names[node]" [shape=hexagon];"; > if(length(req)>0)print"\t{"req"} -> {"name"};"; > if(length(need)>0)print"\t{"name"} -> {"need"};"; > } > } > ' > echo '}' >) | dot -Tsvg
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 200444
: 157131