summaryrefslogtreecommitdiff
path: root/debian/guest-account.sh
Commit message (Expand)AuthorAgeFilesLines
* Fix and simplify test of /etc/guest-session/skel emptyness.Laércio de Sousa2015-10-231-1/+1
* Replace loginctl action terminate-user with kill-user, which seems more effic...Laércio de Sousa2015-10-231-1/+1
* Simplify GUEST_USER initialization from GUEST_HOME value.Laércio de Sousa2015-10-231-1/+1
* Set new guest account home dir to GUEST_HOME directly on useradd call. No nee...Laércio de Sousa2015-10-231-3/+1
* Don't fail to remove guest account if its home directory can't be removed, so...Laércio de Sousa2015-10-231-12/+12
* Replace all USER/HOME occurences in guest-account.sh with GUEST_USER/GUEST_HOME.Laércio de Sousa2015-10-231-42/+42
* Drop local keyword, as it may break guest-account.sh. See LP #139097.Laércio de Sousa2015-10-231-4/+4
* Rely on systemd-logind facilities (when available) to terminate all remaining...Laércio de Sousa2015-10-161-4/+8
* Tidy up guest-account.sh code.Laércio de Sousa2015-10-161-2/+12
* Move system UID check heuristic in guest-account.sh to a new function is_syst...Laércio de Sousa2015-10-161-5/+14
* Handle /run/media/guest-XXXXXX cleanup as well on guest account removal.Laércio de Sousa2015-10-161-8/+10
* Replace Debian-specific adduser/deluser commands with their cross-distro cout...Laércio de Sousa2015-10-161-4/+6
* Convert guest-account USER and HOME to lower case, so its creation won't fail...Laércio de Sousa2015-10-161-1/+3
* Move parts of guest-account script to separate files, and revert remaining su...Laércio de Sousa2015-10-151-54/+13
* Tidy up guest-account script code.Laércio de Sousa2015-10-141-76/+80
* Drop PRE_HOME directory in guest-account script.Laércio de Sousa2015-10-141-41/+23
* Move the BindFS mount to the last step, leaving room for multi-layer union-mo...Laércio de Sousa2015-10-141-27/+33
* Create on-the-fly directories and files directly as guest user, eliminating n...Laércio de Sousa2015-10-141-17/+16
* Replace BindFS option --mirror-only with --force-user/--force-group. They are...Laércio de Sousa2015-10-141-1/+1
* Enforce read-only mode for all BindFS mounts to minimize risk of /etc/guest-s...Laércio de Sousa2015-10-131-1/+1
* Fix missing redefinition of PRE_HOME variable.Laércio de Sousa2015-10-091-1/+1
* Revert some changes and make a per-user bindfs mount, rather than a shared bi...Laércio de Sousa2015-10-091-34/+49
* Union-mount /etc/guest-session/skel with guest account home directory, if Ove...Laércio de Sousa2015-10-081-7/+49
* Fixes #1411100 by renaming variables to not conflict with Bash builtinsSchlomo Schapiro2015-01-171-18/+18
* Make the real name of a guest account translatable. Fixes: https://launchpad....Gunnar Hjalmarsson2014-07-261-0/+178