Skip to content
GitLab
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-stable
Commits
4067fa8b
Commit
4067fa8b
authored
Feb 16, 2004
by
Leigh B. Stoller
Browse files
Remove nalloc,nfree and add endexp.
parent
c3bb0f28
Changes
2
Hide whitespace changes
Inline
Side-by-side
security/paperbag.in
View file @
4067fa8b
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -24,9 +24,7 @@ my $TB = "@prefix@";
# List of allowed commands - Mapping is from command entered by the user
# to the actual binary to run
%allowed
=
(
"
nalloc
"
=>
"
$TB
/bin/nalloc
",
"
nfree
"
=>
"
$TB
/bin/nfree
",
"
node_reboot
"
=>
"
$TB
/bin/node_reboot
",
%allowed
=
(
"
node_reboot
"
=>
"
$TB
/bin/node_reboot
",
"
node_update
"
=>
"
$TB
/bin/node_update
",
"
node_control
"
=>
"
$TB
/bin/node_control
",
"
os_load
"
=>
"
$TB
/bin/os_load
",
...
...
@@ -41,6 +39,7 @@ my $TB = "@prefix@";
"
batchexp
"
=>
"
$TB
/bin/batchexp
",
"
nscheck
"
=>
"
$TB
/bin/nscheck
",
"
swapexp
"
=>
"
$TB
/bin/swapexp
",
"
endexp
"
=>
"
$TB
/bin/endexp
",
);
# Need to provide a simple path, because some scripts we call need one
...
...
xmlrpc/xmlrpcbag.in
View file @
4067fa8b
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
3
University of Utah and the Flux Group.
# Copyright (c) 2000-200
4
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -24,9 +24,7 @@ my $TB = "@prefix@";
# List of allowed commands - Mapping is from command entered by the user
# to the actual binary to run
%allowed
=
(
"
nalloc
"
=>
"
$TB
/bin/nalloc
",
"
nfree
"
=>
"
$TB
/bin/nfree
",
"
node_reboot
"
=>
"
$TB
/bin/node_reboot
",
%allowed
=
(
"
node_reboot
"
=>
"
$TB
/bin/node_reboot
",
"
node_update
"
=>
"
$TB
/bin/node_update
",
"
node_control
"
=>
"
$TB
/bin/node_control
",
"
os_load
"
=>
"
$TB
/bin/os_load
",
...
...
@@ -41,6 +39,7 @@ my $TB = "@prefix@";
"
batchexp
"
=>
"
$TB
/bin/batchexp
",
"
nscheck
"
=>
"
$TB
/bin/nscheck
",
"
swapexp
"
=>
"
$TB
/bin/swapexp
",
"
endexp
"
=>
"
$TB
/bin/endexp
",
);
# Need to provide a simple path, because some scripts we call need one
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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