Skip to content

wsudo: 5.0.1 some behavioral corrections

Compare
Choose a tag to compare
@fcharlie fcharlie released this 23 Jul 07:20
· 34 commits to master since this release

News

  • wsudo -U will create a process without privilege escalation.
    wsudo -U (under System Account) cannot start the Store App directly, but it can start the Store App in the launched shell.
    wsudo -U correctly creates the user environment variable block
  • wsudo add -B --basic as default (permission inheritance mode)

中文更新日志

  • 在系统权限下,wsudo -U 无法直接启动 Store App,但是可以在启动的 shell 中启动 Store App。
  • wsudo -U 现在正确的集成用户的环境变量块。
  • wsudo 添加 -B --basic 作为默认执行模式,即继承父进程权限,而 -U 则总是启动未提权的进程。