From a9cdec9009a398b4f21de563812d266e5ed1fe0c Mon Sep 17 00:00:00 2001 From: Force Charlie <6904176+fcharlie@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:01:14 +0800 Subject: [PATCH] docs: add --retain --retain Retain AppContainer Profile (experimental) --- ReadMe.zh-CN.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ReadMe.zh-CN.md b/ReadMe.zh-CN.md index da3c18b..d98a046 100644 --- a/ReadMe.zh-CN.md +++ b/ReadMe.zh-CN.md @@ -98,6 +98,7 @@ usage: wsudo command args... -L|--lpac Less Privileged AppContainer mode. --disable-alias Disable Privexec alias, By default, if Privexec exists alias, use it. --appid Set AppContainer ID name (compatible --appname) + --retain Retain AppContainer Profile (experimental) Select user can use the following flags: -a|--appcontainer AppContainer @@ -166,4 +167,4 @@ wsudo -e "PATH=%PATH%;%TEMP%" -n -U cmd ## LICENSE -这个项目使用 MIT 协议,但其使用了一些其他开源库,可以查看相应的许可头和协议。比如这里使用了 [https://github.com/nlohmann/json](https://github.com/nlohmann/json) , 有些 API 借鉴了 NSudo 的,但已经重写。 \ No newline at end of file +这个项目使用 MIT 协议,但其使用了一些其他开源库,可以查看相应的许可头和协议。比如这里使用了 [https://github.com/nlohmann/json](https://github.com/nlohmann/json) , 有些 API 借鉴了 NSudo 的,但已经重写。