commit | adbb1bf21dad5697cd82d46d9dd9e8e8d0f647e6 | [log] [tgz] |
---|---|---|
author | matveyt <matthewtarasov@gmail.com> | Tue Feb 01 17:26:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 01 17:26:12 2022 +0000 |
tree | 4d33ea62fadc04d671829e15a0b8edf130fcc8e3 | |
parent | 9b4a80a66544f2782040b641498754bcb5b8d461 [diff] [blame] |
patch 8.2.4282: restricted mode requires the -Z command line option Problem: Restricted mode requires the -Z command line option. Solution: Use restricted mode when $SHELL ends in "nologin" or "false". (closes #9681)
diff --git a/src/version.c b/src/version.c index d8b3d4b..b96637f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4282, +/**/ 4281, /**/ 4280,