Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
2831c5df
Commit
2831c5df
authored
Jul 21, 2011
by
Leigh B Stoller
Browse files
Add "info" priv to ListComponents() for GPO portal.
parent
2fe88fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCH.pm.in
View file @
2831c5df
...
...
@@ -874,6 +874,7 @@ sub ListComponents($)
$
credential
->
HasPrivilege
(
"authority"
)
or
$
credential
->
HasPrivilege
(
"resolve"
)
or
$
credential
->
HasPrivilege
(
"info"
)
or
return
GeniResponse
->
Create
(
GENIRESPONSE_FORBIDDEN
,
undef
,
"Insufficient privilege"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment