Skip to content

wsudo: 5.0.0 some behavioral corrections

Compare
Choose a tag to compare
@fcharlie fcharlie released this 22 Jul 15:44
· 37 commits to master since this release
  • wsudo -U will create a process without privilege escalation. If it is currently running under the System account, it will fail to start the Store App with reduced privileges.(wsudo -U 会创建未提权的进程,如果当前运行在 System 账户下,降权启动 Store App 会失败。)
  • wsudo add -B --basic as default (permission inheritance mode)(wsudo 添加 -B --basic 作为默认执行模式,即继承父进程权限,而 -U 则总是启动未提权的进程。)