Comment 19 for bug 439484

Revision history for this message
Vladimir Hidalgo (vlad88sv) wrote :

Ok thank you.

/home/vlad/.mozilla/firefox/kay77ibl.default/extensions/

I'm not really into AppArmor, but should "@{HOME}/.mozilla/**/extensions/** mixr" match that?.

I understand it as:
@{HOME}/ = /home/vlad/
.mozilla/ = .mozilla/
firefox = **/
kay77ibl.default/ = ???
extensions/ = extensions/
{6AC85730-7D0F-4de0-B3FA-21142DD85326}/platform/Linux/components/ColorZilla.gcc4.so = **

Anyway, I just would like to know if "**/" is greedy or non-greedy, as it may be the cause of the problem in case of not being greedy, as it would left out the "kay77ibl.default/" segment.