diff options
Diffstat (limited to '')
-rw-r--r-- | security/sudo-rs/pkg-descr | 2 | ||||
-rw-r--r-- | security/sudo-rs/pkg-descr-coexist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/sudo-rs/pkg-descr b/security/sudo-rs/pkg-descr index e02b45a024ad..01c68080864e 100644 --- a/security/sudo-rs/pkg-descr +++ b/security/sudo-rs/pkg-descr @@ -1,4 +1,4 @@ -Sudo-rs is a memory safe re-implementation of the sudo utility. +Sudo-rs is a memory-safe re-implementation of the sudo utility. Sudo is a program designed to allow a sysadmin to give limited root privileges to users and log root activity. The basic philosophy is to diff --git a/security/sudo-rs/pkg-descr-coexist b/security/sudo-rs/pkg-descr-coexist new file mode 100644 index 000000000000..0187dcb5320c --- /dev/null +++ b/security/sudo-rs/pkg-descr-coexist @@ -0,0 +1,4 @@ +Sudo-rs is a memory-safe re-implementation of the sudo utility. + +Use this package to try out sudo-rs safely alongside security/sudo, using the +commands "sudo-rs" and "visudo-rs". |