this post was submitted on 30 Sep 2024
830 points (97.7% liked)

linuxmemes

20993 readers
1879 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] InverseParallax@lemmy.world 1 points 2 weeks ago (1 children)

    Nah, there's something broken, I think it's because group render under the container has a different GID than the container so the acl fails and you either sudo or chmod.

    Lxc is still a little wobbly in places.

    [–] possiblylinux127@lemmy.zip 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

    I use podman and since it runs as my user it has exactly same same permissions as me. I just add my user to the proper group and it works.

    Anyway for LXC you could just passthough a folder and then create a file. From there you can look at the file on the host to see who owns it. That will give you the needed information to set permissions correctly

    [–] InverseParallax@lemmy.world 3 points 2 weeks ago

    Ahh, I'm running priveleged containers, I wrote my own scripted framework for containers around lxc in mostly python.

    Basically I fell head over heels in love with freebsd jails and wanted them on Linux, then started running x11 apps in them, it's my heroin.

    Haven't used podman outside proper k8s for work, did proxmox for a bit, but it was just a webgui for the same thing.

    There were a bunch of online bug reports about the /dev/dri issue, maybe there's a better solution now, but since this is my workstation I wasn't as worried about security.