What I’m Looking To Achieve:

Still newer to Linux, permissions is one of those things that screws with my head a lot still. What I am looking to do is, setup a new user on my system, and give it the bare minimum privileges specifically to play games. Therefore, those games and proprietary clients could not access any of my other files in certain cases. I understand an isolated system would be the best bet, but I do not have the hardware currently to do that. I figure a restricted user is better than none.

What The Restricted User Should Be Ideally:

The restricted user should only have access to the files it needs to run, it would need to be able to download clients (Lutris, Steam, Origin, etc), not be able to access all the files my main account can, be able to use stuff like WINE and Proton, and not be sandboxed/jailed.

My current setup is:

  • OS: Artix Linux x86_64
  • Kernel: 5.6.19.a-1-hardened
  • WM: bspwm

I’d appeciate some slight handholding on this, as I said I am still new and learning and permissions is something that still confuses me greatly and I have not dealt with it much. I’m quite honestly not sure where to even start with all this, as I’m not sure what I would give the new user access too and wouldn’t as far as system files, would I add it to the sudoers group because otherwise it can’t download stuff correct? Is it not concerning that it would have access to use sudo defeating the purpose of the permissions? And I’m sure there’s other stuff I’m not even thinking of that I would run into when trying to do this. Would definitely appreciate help. If you have any questions, feel free to ask away. Thanks! :penguin:

  • @ksynwa
    link
    14 years ago

    would this not mean that those clients have access to the stuff of my privileged user though?

    Are you talking about clients like Steam, Origin, etc.? If yes, then you can install Steam, Lutris, Wine, etc. from you package manager and when you run them as a new user, they can only write inside your new home directory and won’t be able to read file in your main user’s home.

    Would my main user be able to access all of the gaming user’s directories

    You can add your main user to the group with the same name as the new user and you should be able to read the new user’s files though I haven’t tried this ever.

    • @gravityOP
      link
      1
      edit-2
      4 years ago

      You can add your main user to the group with the same name as the new user

      Are you suggesting to make a gaming group, then add my main user to it? Also read my above reply for more.

      • @ksynwa
        link
        14 years ago

        No. If you do ls -l <filename>, you’ll get an output like this:

        ks@ksvoid %  ls -l avatar.jpg
        -rw-r--r-- 1 ks ks 380615 Mar 17 11:41 avatar.jpg
                     |  |
                     |  Group
                     User
        

        You can have a group with the same name as the a user. If you make an account with the name epicgamer, you can add your main user to the epicgamer group. Then you can do chmod 750 /home/epicgamer so that whoever is in the group epicgamer read the home folder. You can set the permission to 770 if you want write permission too. But you will have to experiment because I have not tried this before.

        • @gravityOP
          link
          24 years ago

          No. If you do ls -l <filename>, you’ll get an output like this:

          No, I understand that is how you view permissions on a specific file/folder, I was saying that the only groups that seem to be on my system are wheel and mainusername (when runing groups). I don’t have the network, audio, video, input, groups you mentioned above. Whether or not that matters, not sure.

          you can add your main user to the epicgamer group. Then you can do chmod 750 /home/epicgamer so that whoever is in the group epicgamer read the home folder. You can set the permission to 770 if you want write permission too. But you will have to experiment because I have not tried this before.

          I am a little confused here, I understand what you are saying by adding my main user to the epicgamer group, then allowing read/execute permissions on the folder. But I am confused on what you are replying to here? Is this in response to my question on rsyncing the save folder? If so, that makes sense.

          Now my only main concern I have left, is the multi-user question I mentioned above:

          What about stuff that autolaunches though? Like if I run Lutris as gamer user, then I click a game, and it requires opening Steam, does it auto-open steam as gamer? Or does it open as my primary user? I’m not extremely in touch with how multi-user works, because I know if I open two terminals, I can be on my main user in one, and then another user in another, but if I open a new one, it is back to my primary user. So I just want to ensure the stuff I’m opening under the gamer user, stays as gamer. If I launch anything from Rofi, then I think it will open as my primary user? How do I deal with that as well?

          Sorry if this question is confusing, feel free to clarify about it, to give a proper response if you or whoever doesn’t understand. :penguin:

          • @ksynwa
            link
            14 years ago

            I am a little confused here, I understand what you are saying by adding my main user to the epicgamer group, then allowing read/execute permissions on the folder.

            Yes.

            Is this in response to my question on rsyncing the save folder? If so, that makes sense.

            Yes.

            if I run Lutris as gamer user, then I click a game, and it requires opening Steam, does it auto-open steam as gamer?

            Yes. If you have steam installed as a system package (from your package manager or flatpak), it will be launched as process under your gamer user.

            I know if I open two terminals, I can be on my main user in one, and then another user in another, but if I open a new one, it is back to my primary user.

            I was thinking more on the line that if you want to play a game, you will log out of your main user, log into gamer, and start your game from there. Otherwise you’ll have to start it with sudo -u gamer steam which will start the process as gamer. I am not sure about using rofi with that. You’re gonna have to look into it. I feel this is where we were not on the same page but hopefully it’s cleared up. If this is not what you want I think it should give you some idea which direction to head in. Maybe someone else has a more solution for this.

            • @gravityOP
              link
              2
              edit-2
              4 years ago

              I was thinking more on the line that if you want to play a game, you will log out of your main user, log into gamer, and start your game from there.

              Yeah, I was trying to avoid this as this would mean I’d have to essentially close out of all my stuff I believe which I didn’t want to do.

              sudo -u gamer steam

              I guess I could set some aliases up, or see if Rofi has any support for this, I know we’re slightly diving away from the original question but I do think it’s still relevant. But if anyone else comes along and has any ideas here I’d love to hear.

              Edit: Upon running that command, I am receiving an error which looks to be related to display?

              $ sudo -u gaming lutris
              Unable to load locale dir, translations won't work.
              No protocol specified
              Unable to init server: Could not connect: Connection refused
              No protocol specified
              Unable to init server: Could not connect: Connection refused
              No protocol specified
              Error: unable to open display :0
              2020-07-08 15:21:04,254: glxinfo call failed: Command '['glxinfo', '-B']' returned non-zero exit status 255.
              2020-07-08 15:21:04,255: No available glxinfo output
              2020-07-08 15:21:04,255: Invalid glxinfo received
              2020-07-08 15:21:04,516: Getting full game list from MAME...
              2020-07-08 15:21:04,516: MAME XML generation launched in the background, not returning anything this time
              2020-07-08 15:21:04,516: MAME isn't installed, can't retrieve systems list.
              No protocol specified
              Can't open display :0
              2020-07-08 15:21:04,547: Unable to read xrandr: Command '['xrandr']' returned non-zero exit status 1.
              No protocol specified
              Unable to init server: Could not connect: Connection refused
              
              (lutris:10480): Gtk-WARNING **: 15:21:04.590: cannot open display: :0
              
                • @gravityOP
                  link
                  1
                  edit-2
                  4 years ago
                  1. xhost + - Run as the user1. This enables access to user1’s X window system from other users. You should see following output: ‘access control disabled, clients can connect from any host’
                  $ xhost +
                  zsh: command not found: xhost
                  

                  hmmm…

                  • @ksynwa
                    link
                    14 years ago

                    LOL. On Void there is a package called xhost which provides the binary.