Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/9ff74569f3c3eec3247768e1c2b3b18eea7557c1?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add Sandbox to procsnitch Info struct

shw_dev
dma 8 years ago
parent ae8f6d96ba
commit 9ff74569f3

@ -23,6 +23,7 @@ type Info struct {
FirstArg string FirstArg string
ParentCmdLine string ParentCmdLine string
ParentExePath string ParentExePath string
Sandbox string
} }
type pidCache struct { type pidCache struct {

Loading…
Cancel
Save