summarylogtreecommitdiffstats
path: root/sudo-rs.install
diff options
context:
space:
mode:
authortaotieren2023-09-02 10:07:26 +0800
committertaotieren2023-09-02 10:07:26 +0800
commitd1e4d5f46898ca61b7e1b14ad83fc4bb3af74f15 (patch)
treeeda12d65bc62878e99ebb512890a4d4923689ea6 /sudo-rs.install
parentd60df317a654fdf2ba6e9a68a8bb29af39c42895 (diff)
downloadaur-d1e4d5f46898ca61b7e1b14ad83fc4bb3af74f15.tar.gz
Update 0.2.0-3
Diffstat (limited to 'sudo-rs.install')
-rw-r--r--sudo-rs.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/sudo-rs.install b/sudo-rs.install
new file mode 100644
index 000000000000..8bcdd59bcc42
--- /dev/null
+++ b/sudo-rs.install
@@ -0,0 +1,12 @@
+info() {
+ echo -e "Sudo-rs is currently under active development and is not suited for any production environment. Using sudo-rs is only recommended for development and testing purposes, but you should expect any system that has sudo-rs installed to break easily and to not be secure."
+ echo -e "Sudo-rs issue tracker: https://github.com/memorysafety/sudo-rs/issues"
+ echo -e "Sudo-rs security page: https://github.com/memorysafety/sudo-rs/security"
+}
+post_install() {
+ info
+}
+post_upgrade() {
+ info
+}
+