Package Details: systemd-guest-user 33.2-1

Git Clone URL: https://aur.archlinux.org/systemd-guest-user.git (read-only, click to copy)
Package Base: systemd-guest-user
Description: A simple systemd configurations for guest user support
Upstream URL: https://github.com/Akrai/systemd-guest-user
Keywords: guest systemd user
Licenses: GPL3
Submitter: pavelshuvalov
Maintainer: akrai
Last Packager: akrai
Votes: 11
Popularity: 0.94
First Submitted: 2016-10-14 12:39 (UTC)
Last Updated: 2019-11-04 16:25 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Pinned Comments

akrai commented on 2018-08-01 14:49 (UTC) (edited on 2019-11-04 16:11 (UTC) by akrai)

Installing the package gets your system ready to use the guest user, which is basically a normal user with a tmpfs home folder (which gets erased after every reboot, not after a logout), but please notice two things:

  1. You probably want to add the guest user to some system groups you may consider in order to be able to use some resources of your computer, the same way as any other human user

  2. The script copies any file placed in the /etc/skel/ folder to the guest home after every reboot, intended mainly for copying config files you may consider useful to copy in every new guest session, for example if you need special graphical or network config files placed in order to get a properly working guest user. Any suggestion is welcomed

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

akrai commented on 2019-11-04 16:18 (UTC)

yeah you are right

do you see any reason of why is listed d /usr/share/guest-configuration 2755 root root - -

in the tmpfiles.d/guest.conf? as i understand, it is just in case the folder doesn't exist so it creates it, right? should i remove the line?

librewish commented on 2019-11-04 16:16 (UTC)

although thats also true but its very rare case. you would just want an functional guest same as any other user. with all themes and config done

akrai commented on 2019-11-04 16:14 (UTC) (edited on 2019-11-04 16:14 (UTC) by akrai)

there is one problem though, the guest config files folder may not be desireable to be copied to any new user...

Whatever, i think most people would prefer it, anyone who doesn't want it can change the install files

librewish commented on 2019-11-04 16:12 (UTC)

because it is better to have just one Directory where config files are stored. as all the configs stored in /etc/skel gets copied to /home/$USER when new user is created.

akrai commented on 2019-11-04 16:10 (UTC)

this is what i love the most from arch, everyday i can learn a new thing

akrai commented on 2019-11-04 15:11 (UTC) (edited on 2019-11-04 15:16 (UTC) by akrai)

why skel? i was about to use /etc/guest-configuration

librewish commented on 2019-11-04 06:14 (UTC)

can you consider changing the config directory from

/usr/share/guest-configuration

to /etc/skel/

librewish commented on 2019-11-03 12:19 (UTC)

add git as makedepend