Skip to content
  • David Redondo's avatar
    Fix cgroup regex name matching · fd161bad
    David Redondo authored
    The current state is an example of good enough but not correct. There were two
    issues. The first one is that I accidentally used the wrong kind of brackets.
    Secondly we need to  escape only after matching because the name could contain
    escaped dashes.
    
    
    (cherry picked from commit 5af911ee)
    fd161bad