Reply To: How to create isolated, underprevileged but standard user accounts?

Forum › Forums › New users › New Users and General Questions › How to create isolated, underprevileged but standard user accounts? › Reply To: How to create isolated, underprevileged but standard user accounts?

#39802
sybok
Member

    Hi.

    two comments.

    USER IN GROUPS:
    As Xecure has already written, you can do a lot of the requirements by properly selecting groups to which the user belongs to (a current user can list the group they belong to using the command ‘groups’).
    E.g. definitely remove the restricted-user from ‘sudo’.
    READ-ONLY ROOT:
    Also, it seems that Debian (and hence I guess that also antiX) allows to mount parts of the filesystem, e.g. root as read-only, see this link at wiki.debian.org.

    BTW: This is an interesting thread!