http://www.mozilla.org/projects/security/components/per-file.html
states that to set per-file persmissions, the syntax is
>
>user_pref("capability.principal.<group name>.id", "<Space-separated list of absolute URLs.>");
>user_pref("capability.principal.<group name>.<granted|denied>", "<privilege name>");
>
I have no problem when I specify a single url, but, if I try to
specify a space-separated list of urls, it does not work.
Bug in my brain, bug in the doc or bug in the code?
Thanks in advance
-Xv
I think this is a bug in the doc, if I recall how this code works correctly.
Seems like a copy/paste from the capability.policy (which does work that way) docs.
-Boris