• greyscaleA
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    4
    ·
    10 hours ago

    Does nobody isolate ffmpeg and friends from their application?

    I can’t imagine you’d have much fun breaking into a container that terminates the moment the original ffmpeg stops, or over-runs its max execution time…

    • VibeSurgeon@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 hours ago

      Sure, you’d need a second exploit to escalate from there.

      ffmpeg is expected to run for extended periods of time, given its use in transcoding.

      • Passerby6497@lemmy.world
        link
        fedilink
        English
        arrow-up
        5
        ·
        8 hours ago

        If you’re running rootless containers, it’s less of a concern. I’m trying to move all of my public containers to podman for this reason