diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-11-04 21:35:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-11-04 21:35:01 +0100 |
commit | 5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8 (patch) | |
tree | 2e87eb6ea3c404fa035e2aebb00b4fedaeef7263 /src/Makefile | |
parent | 7dd88c5133feda7e9ccfedcb38b6dfdba459d507 (diff) | |
download | vim-git-5a73e0ca54c77e067c3b12ea6f35e3e8681e8cf8.tar.gz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index e55e830ef..48487aad5 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 \ |