Revision db2203e0 lib/server/noded.py
b/lib/server/noded.py | ||
---|---|---|
811 | 811 |
return result |
812 | 812 |
|
813 | 813 |
@staticmethod |
814 |
def perspective_restricted_command(params): |
|
815 |
"""Runs a restricted command. |
|
816 |
|
|
817 |
""" |
|
818 |
(cmd, ) = params |
|
819 |
|
|
820 |
return backend.RunRemoteCommand(cmd) |
|
821 |
|
|
822 |
@staticmethod |
|
814 | 823 |
def perspective_write_ssconf_files(params): |
815 | 824 |
"""Write ssconf files. |
816 | 825 |
|
Also available in: Unified diff