Closed
Bug 427347
Opened 17 years ago
Closed 12 years ago
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 874526
People
(Reporter: xverges, Assigned: xverges)
References
()
Details
Attachments
(1 file)
1.55 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
When setting per-file permissions, only a single url can be specified per id. The doc states that a list can be speciefied.
Discussed here:
http://groups.google.com/group/mozilla.dev.security/browse_frm/thread/74b8e3320f257564
Assignee | ||
Comment 1•17 years ago
|
||
Updated•17 years ago
|
Component: *.mozilla.org → www.mozilla.org
Product: Websites → mozilla.org
QA Contact: other-mozilla-org → www-mozilla-org
Version: unspecified → other
Updated•17 years ago
|
Attachment #313902 -
Flags: review?(dveditz)
Attachment #313902 -
Flags: review?(bzbarsky)
![]() |
||
Comment 2•17 years ago
|
||
Comment on attachment 313902 [details] [diff] [review]
Diff created from https://doctor.mozilla.org
Looks good. I don't think Daniel's review is needed here, unless he wants to review it.
Attachment #313902 -
Flags: review?(dveditz)
Attachment #313902 -
Flags: review?(bzbarsky)
Attachment #313902 -
Flags: review+
![]() |
||
Updated•17 years ago
|
Comment 3•17 years ago
|
||
Thanks, bz. I just requested review from both of you in the hopes that one of you would get to it sooner. I'll land this sometime.
Assignee: nobody → xverges
![]() |
||
Comment 4•17 years ago
|
||
Yeah, I assumed that was the deal. ;)
Comment 5•17 years ago
|
||
Comment on attachment 313902 [details] [diff] [review]
Diff created from https://doctor.mozilla.org
>+user_pref("capability.principal.<group name>.id", "<Absolute URL>");<br>
>+user_pref("capability.principal.<group name>.<granted|denied>", "<Space-separated list of privilege names>");
Yes, the id needs to be absolute (it's passed to nsScriptSecurityManager::InitFromPersistant); best guess is the doc writer got mixed up with capability.policy. whose policynames and .sites prefs take space-and/or-comma separated strings.
don't all these prefs have to be
"capability.principal.codebase.<group>." ?
^^^^^^^^
Comment 6•17 years ago
|
||
So, updated patch needed?
Updated•17 years ago
|
Keywords: checkin-needed
Updated•17 years ago
|
Product: mozilla.org → Websites
Comment 7•14 years ago
|
||
What's the status of this?
![]() |
||
Comment 8•14 years ago
|
||
The whole document should be marked deprecated, for the most part.
Updated•13 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
Updated•13 years ago
|
Summary: Wrong info on Per-File Permissions syntax → Archive http://www.mozilla.org/projects/security/components/per-file.html
You need to log in
before you can comment on or make changes to this bug.
Description
•