Skip to content
  • Andrea Azzarone's avatar
    tracker-extract: Use libz to process ps.gz files · 3752c094
    Andrea Azzarone authored
    Process ps.gz files using GZlibDecompressor instead of spawing gunzip. Because
    tracker-extract runs the file parsers inside a seccomp sandbox, spawning an
    external process during parsing is not a good idea because it leaves us with
    little control on which syscalls are used.
    
    Closes: #61
    3752c094