Comment 1 for bug 1949381

Revision history for this message
John Johansen (jjohansen) wrote :

Quoting in apparmor does not disable globbing, nor variable expansion. It only allows for certain characters to be included in a name like whitespace.

To deal with regex characters you need to escape them if a literal match is needed

```
   "/foobar/some-path-with-braces-\}\{" rw,
```