From 4e79ac4425ae36a02ba511ebc1c63a9f1a7d2d37 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sat, 24 Oct 2015 22:49:46 +0000 Subject: shell-completion: systemd-run: add the property ProtectSystem --- shell-completion/bash/systemd-run | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell-completion/bash/systemd-run') diff --git a/shell-completion/bash/systemd-run b/shell-completion/bash/systemd-run index 4940744f31..dee47d9dbe 100644 --- a/shell-completion/bash/systemd-run +++ b/shell-completion/bash/systemd-run @@ -85,7 +85,8 @@ _systemd_run() { PrivateNetwork= NoNewPrivileges= WorkingDirectory= RootDirectory= TTYPath= SyslogIdentifier= SyslogLevelPrefix= SyslogLevel= SyslogFacility= TimerSlackNSec= OOMScoreAdjust= ReadWriteDirectories= - ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile=' + ReadOnlyDirectories= InaccessibleDirectories= EnvironmentFile= + ProtectSystem=' COMPREPLY=( $(compgen -W '$comps' -- "$cur") ) return 0 -- cgit v1.2.3-54-g00ecf