您尚未登录。

#1 2019-12-09 17:40:08

roadgo
会员
注册时间: 2012-04-07
帖子: 380

记录一下qemu问题access denied by acl file

So, let’s create a new file for our user and give them access to all interfaces (requires sudo):

echo "allow all" | sudo tee /etc/qemu/${USER}.conf
echo "include /etc/qemu/${USER}.conf" | sudo tee --append /etc/qemu/bridge.conf
sudo chown root:${USER} /etc/qemu/${USER}.conf
sudo chmod 640 /etc/qemu/${USER}.conf

离线

#2 2019-12-09 20:37:42

luxni
会员
注册时间: 2014-06-08
帖子: 280

Re: 记录一下qemu问题access denied by acl file

大佬可以将这些添加到WIKI上面吗?这样我就可以从WIKI上面搜索了,感谢感谢。


虽然人菜菜的,但也想做个有趣的人。

离线

#3 2019-12-09 22:00:04

依云
会员
所在地: a.k.a. 百合仙子
注册时间: 2011-08-21
帖子: 8,431
个人网站

Re: 记录一下qemu问题access denied by acl file

sudo chown root:${USER} /etc/qemu/${USER}.conf ?

离线

页脚