diff options
Diffstat (limited to 'gnu/packages/rush.scm')
-rw-r--r-- | gnu/packages/rush.scm | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gnu/packages/rush.scm b/gnu/packages/rush.scm index 20f0e5cae7..f14e2f7202 100644 --- a/gnu/packages/rush.scm +++ b/gnu/packages/rush.scm @@ -41,13 +41,8 @@ (home-page "http://www.gnu.org/software/rush/") (synopsis "Restricted user (login) shell") (description - "GNU Rush is a Restricted User Shell, designed for sites providing -limited remote access to their resources, such as svn or git repositories, -scp, or the like. Using a sophisticated configuration file, Rush gives you -complete control over the command lines that users execute, as well as over -the usage of system resources, such as virtual memory, CPU time, etc. - -In particular, it allows remote programs to be run in a chrooted environment, -which is important with such programs as sftp-server or scp, that lack this -ability.") + "Rush is a restricted user shell, for systems on which users are to be +provided with only limited functionality or resources. Administrators set +user rights via a configuration file which can be used to limit, for example, +the commands that can be executed, CPU time, or virtual memory usage.") (license gpl3+))) |