运行appimage提示无权限
Tofloor
poster avatar
wtf4007
deepin
2020-08-14 22:24
Author
如运行:
./StarUML-3.1.1.1.AppImage FATAL:setuid_sandbox_host.cc(157) The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_StarUM76dHcL/chrome-sandbox is owned by root and has mode 4755.


在15.11上运行正常的应用,升级到20后,出现如上错误


需终端执行

sudo sysctl -w kernel.unprivileged_userns_clone=1



不知道这个算不算bug
Reply Favorite View the author
All Replies
avatar
Hello
deepin
2020-08-14 22:45
#1
不算,打包人员打包问题。这种情况请使用--no-sandbox参数
Reply View the author
avatar
Hello
deepin
2020-08-14 22:50
#2
。。。额是新的debian机制问题
解包appimage
在目录下运行sudo chown root chrome-sandbox&&sudo chmod 4755 chrome-sandbox
然后重新打包。应该就可以了
Reply View the author
avatar
wtf4007
deepin
2020-08-14 22:55
#3
https://bbs.deepin.org/post/199459
不算,打包人员打包问题。这种情况请使用--no-sandbox参数

哦,多谢,方法可用
Reply View the author
avatar
wtf4007
deepin
2020-08-14 22:56
#4
https://bbs.deepin.org/post/199459
。。。额是新的debian机制问题
解包appimage
在目录下运行sudo chown root chrome-sandbox&&sudo chmod 475 ...

多谢。我猜也是新机制的原因,运行的是同一个appImage,15.11版的时候是正常的。
Reply View the author
avatar
Maicss
deepin
2020-08-14 23:07
#5
https://bbs.deepin.org/post/199395
瞅一眼这个(趁机推广)
Reply View the author