]> granicus.if.org Git - vim/commit
patch 8.2.4282: restricted mode requires the -Z command line option v8.2.4282
authormatveyt <matthewtarasov@gmail.com>
Tue, 1 Feb 2022 17:26:12 +0000 (17:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Feb 2022 17:26:12 +0000 (17:26 +0000)
commitadbb1bf21dad5697cd82d46d9dd9e8e8d0f647e6
tree4d33ea62fadc04d671829e15a0b8edf130fcc8e3
parent9b4a80a66544f2782040b641498754bcb5b8d461
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)
runtime/doc/starting.txt
src/option.c
src/testdir/test_restricted.vim
src/version.c