Re: Different Debian for different users

2025-04-29 Thread Stefan Monnier
>> That's the kind of solution I was hoping someone has developed enough to >> iron out those major security issues (e.g. letting GDM do the chroot >> before it changes its UID to that of the user). > See RootDirectory in systemd.exec(5). It can be set for specific users > through user@.service.d d

Re: Different Debian for different users

2025-04-28 Thread Max Nikulin
On 28/04/2025 20:40, Stefan Monnier wrote: That's the kind of solution I was hoping someone has developed enough to iron out those major security issues (e.g. letting GDM do the chroot before it changes its UID to that of the user). See RootDirectory in systemd.exec(5). It can be set for specif

Re: Different Debian for different users

2025-04-28 Thread Stefan Monnier
>> Is there some way to setup a machine such that one user can login into it >> and see a Debian stable system, while another user can log into it (in >> another vty) and get, say, a Debian sid system? > When you say "while" you mean "at the same time"? That's what I meant by "another vty", yes.

Re: Different Debian for different users

2025-04-28 Thread Stefan Monnier
> The first way that I can think of is extremely hack-ish. > > Install stable normally, then install sid in a chroot using debootstrap. > Add the desired user accounts to the sid system. > > Next, write a little C program that executes a command like > > chroot /sid /bin/su - getenv("LOGNAME")

Re: Different Debian for different users

2025-04-27 Thread l0f4r0
Hi Stefan, 26 avr. 2025, 03:52 de monn...@iro.umontreal.ca: > Is there some way to setup a machine such that one user can login into it > and see a Debian stable system, while another user can log into it (in > another vty) and get, say, a Debian sid system? > When you say "while" you mean "at th

Re: Different Debian for different users

2025-04-26 Thread Andrew M.A. Cater
On Sat, Apr 26, 2025 at 12:53:24PM -0400, Stefan Monnier wrote: > >> Is there some way to setup a machine such that one user can login into it > >> and see a Debian stable system, while another user can log into it (in > >> another vty) and get, say, a Debian sid system? > >> I don't really want di

Re: Different Debian for different users

2025-04-26 Thread Stefan Monnier
>> Is there some way to setup a machine such that one user can login into it >> and see a Debian stable system, while another user can log into it (in >> another vty) and get, say, a Debian sid system? >> I don't really want different VMs. > Why don't you want to go down the VMs road? > Just trying

Re: Different Debian for different users

2025-04-26 Thread john doe
On 4/26/25 03:51, Stefan Monnier wrote: Is there some way to setup a machine such that one user can login into it and see a Debian stable system, while another user can log into it (in another vty) and get, say, a Debian sid system? I don't really want different VMs. > Why don't you want to go

Re: Different Debian for different users

2025-04-25 Thread Stefan Monnier
> How would you run both the Debian Stable and Debian Sid kernels at the same > time without virtualization? I don't need the kernels to be different (in my experience, Debian stable works just fine with a Debian sid kernel, and the reverse is also true most of the time). Stefan

Re: Different Debian for different users

2025-04-25 Thread Greg Wooledge
On Fri, Apr 25, 2025 at 21:51:47 -0400, Stefan Monnier wrote: > Is there some way to setup a machine such that one user can login into it > and see a Debian stable system, while another user can log into it (in > another vty) and get, say, a Debian sid system? > > I don't really want different VMs

Re: Different Debian for different users

2025-04-25 Thread Timothy M Butterworth
On Fri, Apr 25, 2025 at 9:52 PM Stefan Monnier wrote: > The recent discussion around Xpra reminded me of something much more > limited that I've often wanted: > > Is there some way to setup a machine such that one user can login into it > and see a Debian stable system, while another user can log

Different Debian for different users

2025-04-25 Thread Stefan Monnier
The recent discussion around Xpra reminded me of something much more limited that I've often wanted: Is there some way to setup a machine such that one user can login into it and see a Debian stable system, while another user can log into it (in another vty) and get, say, a Debian sid system? I d