You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran limactl start default without adding the hypervisor entitlements to qemu (see #4) and then connected via lima bash. The mounted directories /tmp/lima (and /Users/jan) work as expected for the normal user:
jan@lima-default:/$ ls -l /tmp/total 24drwxr-xr-x 1 root root 192 May 15 00:55 limadrwx------ 3 root root 4096 May 15 00:53 snap.lxddrwx------ 2 jan jan 4096 May 15 00:53 ssh-VWQD1U87aOdrwx------ 3 root root 4096 May 15 00:53 systemd-private-193c8c72bfc547b5bd03fbf7a3776fda-systemd-logind.service-BsE9tLdrwx------ 3 root root 4096 May 15 00:53 systemd-private-193c8c72bfc547b5bd03fbf7a3776fda-systemd-resolved.service-cfZvr4drwx------ 3 root root 4096 May 15 00:53 systemd-private-193c8c72bfc547b5bd03fbf7a3776fda-systemd-timesyncd.service-fAE656jan@lima-default:/$ touch /tmp/lima/foo
But the root users doesn't seem to have write/execute permission to them:
jan@lima-default:/$ sudo ls -l /tmp/ls: cannot access '/tmp/lima': Permission deniedtotal 20d????????? ? ? ? ? ? limadrwx------ 3 root root 4096 May 15 00:53 snap.lxddrwx------ 2 jan jan 4096 May 15 00:53 ssh-VWQD1U87aOdrwx------ 3 root root 4096 May 15 00:53 systemd-private-193c8c72bfc547b5bd03fbf7a3776fda-systemd-logind.service-BsE9tLdrwx------ 3 root root 4096 May 15 00:53 systemd-private-193c8c72bfc547b5bd03fbf7a3776fda-systemd-resolved.service-cfZvr4drwx------ 3 root root 4096 May 15 00:53 systemd-private-193c8c72bfc547b5bd03fbf7a3776fda-systemd-timesyncd.service-fAE656jan@lima-default:/$ sudo touch /tmp/lima/footouch: cannot touch '/tmp/lima/foo': Permission denied
The text was updated successfully, but these errors were encountered:
I ran
limactl start default
without adding the hypervisor entitlements to qemu (see #4) and then connected vialima bash
. The mounted directories/tmp/lima
(and/Users/jan
) work as expected for the normal user:But the root users doesn't seem to have write/execute permission to them:
The text was updated successfully, but these errors were encountered: