summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-04 21:35:01 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-04 21:35:01 +0100
commit5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8 (patch)
tree2e87eb6ea3c404fa035e2aebb00b4fedaeef7263 /src/Makefile
parent7dd88c5133feda7e9ccfedcb38b6dfdba459d507 (diff)
patch 8.0.1263: others can read the swap file if a user is carelessv8.0.1263
Problem: Others can read the swap file if a user is careless with his primary group. Solution: If the group permission allows for reading but the world permissions doesn't, make sure the group is right.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index e55e830ef5..48487aad53 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2259,6 +2259,7 @@ test_arglist \
test_stat \
test_statusline \
test_substitute \
+ test_swap \
test_syn_attr \
test_syntax \
test_system \