summaryrefslogtreecommitdiff
path: root/protect
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-04 12:32:20 -0500
committerJakob Kaivo <jkk@ung.org>2022-03-04 12:32:20 -0500
commit55f277e77428d7423ae906a8e1f1324d35b07a7d (patch)
tree5c1c04703dff89c46b349025d2d3ec88ea9b3819 /protect
import Miranda 2.066 from upstream
Diffstat (limited to 'protect')
-rwxr-xr-xprotect7
1 files changed, 7 insertions, 0 deletions
diff --git a/protect b/protect
new file mode 100755
index 0000000..40aad7c
--- /dev/null
+++ b/protect
@@ -0,0 +1,7 @@
+chmod -R a-w miralib
+cd miralib
+chmod a+w ex/*.x preludx stdenv.x
+chmod u+w . ex local
+
+#makes miralib files read-only except for .x files
+#to prevent users accidentally changing stdenv.m or manual pages