summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 1.17.31.17.3Robert Ancell2015-12-171-0/+11
|
* debian/guest-session.profile: export the DIALOG_SLEEP variable (LP: #1526004).Gunnar Hjalmarsson2015-12-161-1/+1
|
* Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-12-0399-198/+198
|
* Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-11-2499-198/+198
|
* Refresh patchesRobert Ancell2015-11-202-2/+2
|
* Releasing 1.17.21.17.2Robert Ancell2015-11-201-0/+20
|
* Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-11-1599-198/+198
|
* [guest] Don't error out if there is no prefs.sh configurationSebastien Bacher2015-11-121-1/+3
|
* Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-11-0699-196/+247
|
* Releasing 1.17.11.17.1Robert Ancell2015-11-031-0/+13
|
* Change log backup to enabled by default - this is probably more useful. We ↵Robert Ancell2015-11-032-0/+4
| | | | explicitly disable in Ubuntu
* Make guest account script more portableRobert Ancell2015-10-301-69/+96
|\
| * 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 ↵Laércio de Sousa2015-10-231-1/+1
| | | | | | | | efficient for terminating all guest user's processes.
| * 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 ↵Laércio de Sousa2015-10-231-3/+1
| | | | | | | | need to call "usermod -d" later.
| * Don't fail to remove guest account if its home directory can't be removed, ↵Laércio de Sousa2015-10-231-12/+12
| | | | | | | | so that /etc/passwd won't be polluted.
| * 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 ↵Laércio de Sousa2015-10-161-4/+8
| | | | | | | | remaining guest user processes.
| * 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 ↵Laércio de Sousa2015-10-161-5/+14
| | | | | | | | is_system_user().
| * 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 ↵Laércio de Sousa2015-10-161-4/+6
| | | | | | | | couterparts useradd/userdel. Based on Andrew Gunnerson's work (https://github.com/chenxiaolong/Unity-for-Fedora-Extra/blob/master/lightdm-guest-session/guest-session-cross-distro.patch)
| * Convert guest-account USER and HOME to lower case, so its creation won't ↵Laércio de Sousa2015-10-161-1/+3
| | | | | | | | fail in non-Ubuntu systems.
* | Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-10-2898-196/+196
| |
* | Releasing 1.17.01.17.0Robert Ancell2015-10-281-10/+21
| |
* | Use logrotate to handle files in the default log directory.Robert Ancell2015-10-222-1/+14
|\ \ | | | | | | | | | | | | | | | This change introduces support for log rotation using the logrotate tool for file in the default log directory (/var/log/lightdm). To support this scenario, existing system log files are not moved to *.old when starting.
| * | Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-202-1/+14
| | |
* | | Refresh debian/patchesRobert Ancell2015-10-212-2/+2
| | |
* | | Drop debian/patches/xorg-1.17.patch - we now detect thisRobert Ancell2015-10-212-27/+0
| | |
* | | Refresh patchesRobert Ancell2015-10-213-8/+8
|/ /
* | Launchpad automatic translations update.Launchpad Translations on behalf of lightdm-team2015-10-1898-196/+196
|/
* Make /usr/share/lightdm/guest-session/setup.sh executable on install.Laércio de Sousa2015-10-151-1/+1
|
* Move parts of guest-account script to separate files, and revert remaining ↵Laércio de Sousa2015-10-156-54/+56
| | | | sudo calls.
* 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 ↵Laércio de Sousa2015-10-141-27/+33
| | | | union-mounting when populating guest home.
* Create on-the-fly directories and files directly as guest user, eliminating ↵Laércio de Sousa2015-10-141-17/+16
| | | | need for later "chown -R" calls.
* Replace BindFS option --mirror-only with --force-user/--force-group. They ↵Laércio de Sousa2015-10-141-1/+1
| | | | are more suitable now that we have a dedicated BindFS mount for each guest user.
* Keep only bindfs in 'Suggests' field, since linux-image in this field may ↵Laércio de Sousa2015-10-131-1/+1
| | | | not be meaningful and aufs-tools is likely to be removed in the near future.
* Declare package requirements to enable union-mounting of guest home directory.Laércio de Sousa2015-10-131-0/+1
|
* Use read-only for bindfs mountsRobert Ancell2015-10-131-1/+1
|\
| * Enforce read-only mode for all BindFS mounts to minimize risk of ↵Laércio de Sousa2015-10-131-1/+1
| | | | | | | | /etc/guest-session/skel corruption.
* | data/apparmor/abstractions/lightdm_chromium-browser: cgroups support forChad MILLER2015-10-121-0/+2
| | | | | | | | guest sessions. (LP: #1504049, LP: #1464958)
* | Update debian/changelogRobert Ancell2015-10-121-0/+3
| |
* | * debian/patches/xorg-1.17.patch:Robert Ancell2015-10-123-0/+34
|/ | | | - Fix xserver-allow-tcp=true option not working with X.org 1.17
* 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 ↵Laércio de Sousa2015-10-091-34/+49
| | | | bindfs mount for all guest accounts. Multi-seat guest logins break if we have a single shared bindfs mount.
* Union-mount /etc/guest-session/skel with guest account home directory, if ↵Laércio de Sousa2015-10-081-7/+49
| | | | OverlayFS or AuFS is available. Otherwise, fall back to current copy over method.