0

I want the Guest session to be able to access /home, maybe as read-only, and other directories as well.

1 Answers1

2

In that case it sounds as if you'd better just create a new user account and use that for your 'guests' instead of the guest session feature. As you can see in the docs, it's not a coincidence that you can't access /home from a guest session.

If you persist, you can change the permissions profile of a guest session by editing the applicable file under /etc/apparmor.d. In Ubuntu 13.04 it's /etc/apparmor.d/abstractions/lightdm; the file may have a different name in 12.04.

Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94