Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change log backup to enabled by default - this is probably more useful. We ↵ | Robert Ancell | 2015-11-03 | 1 | -1/+1 |
| | | | | explicitly disable in Ubuntu | ||||
* | Add a backup-logs option to re-enable the old log backup mode | Robert Ancell | 2015-10-28 | 1 | -0/+2 |
| | |||||
* | Update guest-session AppArmor profile to be suitable for openSUSE | Robert Ancell | 2015-10-19 | 1 | -2/+4 |
|\ | |||||
| * | Update guest-session AppArmor profile to be suitable for openSUSE | Laércio de Sousa | 2015-10-19 | 1 | -2/+4 |
| | | |||||
* | | Set example multi-seat configuration to a valid seat name | Robert Ancell | 2015-10-19 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix seat name example in data/lightdm.conf | Laércio de Sousa | 2015-10-08 | 1 | -1/+1 |
| | | |||||
* | | Allow guest sessions to write in /{,var/}run/screen folder, so they can ↵ | Laércio de Sousa | 2015-10-16 | 1 | -0/+1 |
| | | | | | | | | launch screen terminals (needed for e.g. Epoptes). | ||||
* | | Allow reading /proc/net/dev from within a guest session. | Laércio de Sousa | 2015-10-15 | 1 | -0/+2 |
| | | |||||
* | | Allow Chromium to receive SIGTERM when running within a guest session. | Laércio de Sousa | 2015-10-15 | 1 | -1/+1 |
| | | |||||
* | | Add unity as an example seat type | Robert Ancell | 2015-10-14 | 1 | -1/+1 |
| | | |||||
* | | Also test xserver-config option | Robert Ancell | 2015-10-14 | 1 | -2/+2 |
| | | |||||
* | | data/apparmor/abstractions/lightdm_chromium-browser: cgroups support for | Chad MILLER | 2015-10-12 | 1 | -0/+4 |
|/ | | | | guest sessions. (LP: #1504049, LP: #1464958) | ||||
* | Update default configuration better explaining the seat configuration name ↵ | Robert Ancell | 2015-08-17 | 1 | -11/+5 |
| | | | | matching and dropping references to the obsolete [SeatDefaults] section | ||||
* | Merge with trunk | Robert Ancell | 2015-08-10 | 2 | -4/+1 |
|\ | |||||
| * | Implement autologin-session option (finally). This allows you to set the ↵ | Robert Ancell | 2015-08-10 | 1 | -1/+1 |
| | | | | | | | | user session for the autologins (overriding the session for that user) | ||||
| * | Don't remove autotools generated files in distclean. That was kind of ↵ | Robert Ancell | 2015-08-10 | 1 | -3/+0 |
| | | | | | | | | naughty and I should just use bzr clean-tree instead... | ||||
* | | Merge with trunk | Robert Ancell | 2015-08-10 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Merge with trunk | Robert Ancell | 2015-08-05 | 5 | -3/+75 |
| |\ | |||||
| * | | Add an option for XDMCP and VNC servers to only listen on one address | Robert Ancell | 2014-11-10 | 1 | -0/+4 |
| | | | |||||
* | | | Support Wayland sessions / greeters | Robert Ancell | 2015-07-28 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Fix typo in dm-tool man page | Robert Ancell | 2015-07-02 | 1 | -1/+1 |
| | | |||||
* | | Use new Xmir binary when running X under Unity System Compositor | Robert Ancell | 2015-05-14 | 1 | -0/+2 |
| | | |||||
* | | Place note about [SeatDefaults] deprecation next its first occurrence | Laércio de Sousa | 2015-04-15 | 1 | -3/+3 |
| | | | | | | | | in data/lightdm.conf | ||||
* | | Add a note about [SeatDefaults] deprecation in data/lightdm.conf | Laércio de Sousa | 2015-04-15 | 1 | -0/+3 |
| | | |||||
* | | Deprecate [SeatDefaults] in favour of new globbing support for seat config ↵ | Laércio de Sousa | 2015-04-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | sections Now that LightDM supports globbing in seat config sections, we could deprecate [SeatDefaults] in favour of [Seat:seat*] or [Seat:*]. This will allow a more symmetric treatment between default [Seat:*] settings and particular [Seat:seatFoo] ones, simplifying get_config_sections() implementation a little bit. | ||||
* | | Add bash autocompletion for lightdm | Robert Ancell | 2015-01-27 | 2 | -1/+14 |
| | | |||||
* | | Add bash autocompletion for dm-tool | Robert Ancell | 2015-01-27 | 2 | -0/+54 |
|/ | |||||
* | Apply debian/patches/06_apparmor-unix.patch, make note that this requires ↵ | Robert Ancell | 2014-10-01 | 2 | -0/+25 |
| | | | | Apparmor 2.9 | ||||
* | Apply debian/patches/07_apparmor-chrome.patch ↵ | Robert Ancell | 2014-10-01 | 2 | -1/+8 |
| | | | | debian/patches/08_apparmor-updates.patch | ||||
* | Don't check the logind CanGraphical seat property unless ↵ | Robert Ancell | 2014-09-10 | 1 | -0/+2 |
| | | | | login-check-graphical option is set to true. There are too many cases of drivers that don't set the appropriate flags for this feature to work | ||||
* | Remove old manual way of creating seats. The xdg-seat option and the ↵ | Robert Ancell | 2014-08-27 | 1 | -2/+0 |
| | | | | AddSeat() D-Bus method are now deprecated | ||||
* | Add a seat option 'allow-user-switching' that can disable all user switching ↵ | Robert Ancell | 2014-07-31 | 1 | -0/+2 |
| | | | | for that seat | ||||
* | Make PAM services configurable | Robert Ancell | 2014-07-25 | 1 | -0/+6 |
| | |||||
* | Correct section name in default users.conf file | Robert Ancell | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | Apply debian/patches/06_apparmor_chromium_updates.patch to checked in code | Robert Ancell | 2014-04-14 | 1 | -6/+32 |
| | |||||
* | Allow guest session processes to receive signals from unconfined | Tyler Hicks | 2014-04-07 | 1 | -0/+2 |
| | | | | processes | ||||
* | Allow guest session processes to read /proc/<PID>/stat | Tyler Hicks | 2014-04-07 | 1 | -0/+2 |
| | |||||
* | Allow guest session processes to signal and ptrace each other | Tyler Hicks | 2014-04-07 | 1 | -0/+4 |
| | |||||
* | Implement guest-session config option | Robert Ancell | 2014-03-12 | 1 | -1/+1 |
| | |||||
* | Merge with trunk | Robert Ancell | 2013-11-27 | 4 | -58/+3 |
|\ | |||||
| * | Remove lightdm-set-defaults man page | Robert Ancell | 2013-11-07 | 4 | -58/+3 |
| | | |||||
* | | Fix subsitution for guest wrapper | Robert Ancell | 2013-11-07 | 1 | -1/+1 |
| | | |||||
* | | Rename the guest session wrapper to have a simpler name | Robert Ancell | 2013-11-07 | 1 | -1/+1 |
|/ | |||||
* | Tidy up existing man pages and add references to the new dm-tool page | Robert Ancell | 2013-11-07 | 2 | -13/+8 |
| | |||||
* | Add a dm-tool man page | Robert Ancell | 2013-11-07 | 2 | -1/+65 |
| | |||||
* | Merge with trunk | Robert Ancell | 2013-10-30 | 1 | -0/+2 |
|\ | |||||
| * | Add testcase for display-stopped-script and document it | Alberto Milone | 2013-10-29 | 1 | -0/+2 |
| | | | | | | | | Also a minor cosmetic change | ||||
* | | * Update the AppArmor lightdm abstraction to account for AppArmor | Tyler Hicks | 2013-10-28 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | changes that landed in 13.10 - Allow full access to the system, session, and accessibility buses - Allow trusted helpers, such as dbus-daemon, that are confined by a lightdm session profile, to query AppArmor policy using the .access file in apparmorfs - Include the cups-client abstraction to grant access to the cups socket file | ||||
* | | Allow guest-wrapper to be set | Robert Ancell | 2013-10-27 | 1 | -0/+2 |
| | | |||||
* | | Stop referring to disable-guest-wrapper config option - it is obsolete | Robert Ancell | 2013-10-27 | 1 | -2/+0 |
|/ |