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.96
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 »

azurata commented on 2018-07-29 13:18 (UTC)

I have a problem with: ExecStart=/usr/sbin/chsh -s /usr/bin/sh guest

output error: Changing shell for guest. chsh: Warning: "/usr/bin/sh" is not listed in /etc/shells. Shell changed.


$ cat /etc/shells

/etc/shells

/bin/sh /bin/bash

End of file

/bin/zsh /usr/bin/zsh /usr/bin/git-shell


It will work with: ExecStart=/usr/sbin/chsh -s /bin/sh guest

akrai commented on 2018-06-26 19:38 (UTC)

now should be fixed

azurata commented on 2018-06-26 19:12 (UTC)

@Akrai thanks, no problem with the firewall now.

There's a problem with this update, it keep asking to be updated to 18.b2ba022, because pkgver=18.b2ba022 and echo "$(git rev-list --count HEAD).$(git rev-parse --short HEAD)" will change pkgver to 17.b2ba022

regards

akrai commented on 2018-06-26 12:00 (UTC)

@azurata done, test if it does work for you now

azurata commented on 2018-06-26 10:27 (UTC)

I couldn't install this, a corporate firewall was blocking git port. Because every firewall would allow https it would be a benefit to use git over htttps

source=("${pkgname}::git+https://github.com/a-m-s/$pkgname")

regards

akrai commented on 2018-06-21 14:09 (UTC)

Updated, thank you!

ams1 commented on 2018-06-21 08:39 (UTC)

Wow, I forgot I forked this! Glad it was useful.

akrai commented on 2018-03-04 12:39 (UTC)

package working again

Alad commented on 2018-03-04 06:22 (UTC)

OK, I've disowned the package. Thanks.

akrai commented on 2018-03-03 18:56 (UTC)

no Alad, i installed this package long time ago when the original repo was online, time after that when i wanted to install it in another computer i realised it was deleted, i started searching and found the fork that contains exactly the same as the original one. I downloaded it too just in case the fork goes offline too.