Skip to content
  • David Redondo's avatar
    Fix cgroup regex name matching · 5af911ee
    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.
    5af911ee