Sujet : Re: Distros specifically designed for children
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 22. May 2025, 02:05:30
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <100lt8q$33uf2$2@dont-email.me>
References : 1 2 3 4
User-Agent : Pan/0.162 (Pokrosvk)
On Wed, 21 May 2025 23:51:02 -0000 (UTC), Robert Heller wrote:
OTOH, creating an account for a child *without* sudo privs is quite
possible and probably advisable. This is doable on any Linux system.
You can go further, and create a locked-down account without even many of
the capabilities of a regular user account. For example, you can put their
home directory in its own filesystem namespace, so they cannot see other
users’ files. You can make various files/directories in that home
directory read-only and owned by root, which prevents them from even
changing their own user preferences for certain things. You can limit
their access to the network on a per-user basis, etc etc.