0

I've created a Ubuntu based environment for a public pc. Now I want to be able to prevent users from saving any changes (including 3rd party apication data such as office documents or browser data).

Is there a way to lock the user from making these changes, or better yet restore the system to default on shutdown.

All I can find are ways to disable persistence on a usb

Henry
  • 1

1 Answers1

0

Add a Guest User to Ubuntu 18.04

  • Install lightdm:

    sudo apt-get install lightdm
    
  • At popup select lightdm as display manager.

  • After install run:

    sudo gedit /usr/share/lightdm/lightdm.conf.d/50-disable-guest.conf
    
  • Change: allow-guest=true.

  • On next boot there will be a guest user, no changes will be saved during the session.

  • The administrator may change settings and add programs.

Customize Guest Session

C.S.Cameron
  • 20,530
  • 12
  • 78
  • 125