summaryrefslogtreecommitdiff
path: root/src/login/org.freedesktop.login1.policy.in
Commit message (Collapse)AuthorAge
* logind: fix a typo in a polkit descriptionPiotr Drąg2015-02-21
|
* logind: open up most bus calls for unpriviliged processes, using PolicyKitLennart Poettering2015-02-18
| | | | | | Also, allow clients to alter their own objects without any further priviliges. i.e. this allows clients to kill and lock their own sessions without involving PK.
* Remove "to allow" from policy messagesZbigniew Jędrzejewski-Szmek2015-01-01
| | | | | It carries no additional information and forces a passive sentence structure which is longer and harder to parse.
* logind: bring polkit policy for hibernate in line with suspend/poweroff/rebootLennart Poettering2014-05-15
| | | | | THere's no reason why hibernate should be better protected then suspendor poweroff, so sync the policies.
* logind: if a user is sitting in front of the computer and can shutdown the ↵Lennart Poettering2013-09-26
| | | | machine anyway he should also be able to reboot it
* logind: Allow active sessions to always shutdown by defaultAdel Gadllah2013-02-11
| | | | | | | | | | | Currently local user are being asked for an admin password when another user is logged into the system. This does not make sense as the user has the power to shut down the system anyway regardless if he/she knows the password or not (by pulling the plug, battery or whatever). So only require the admin authentification for remote sessions. https://bugzilla.gnome.org/show_bug.cgi?id=693385
* polkit: add "imply" rules to a number of polkit actionsLennart Poettering2012-12-31
|
* logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=Lennart Poettering2012-09-21
| | | | | The kernel and X11 distuingish these two, and Thinkpad keys have both, hence we really should distinguish them too.
* logind: rework power key/suspend key/lid switch handlingLennart Poettering2012-09-19
| | | | | | | | http://lists.freedesktop.org/archives/systemd-devel/2012-September/006604.html https://bugzilla.gnome.org/show_bug.cgi?id=680689 This changes the meaning of the HandlePowerKey=/HandleSleepKey=/HandleLidSwitch= setting of logind.conf
* logind: split up inhibit acquire policyLennart Poettering2012-09-18
|
* login: lose policy a bit: allow user suspend unauthenticated when multiple ↵Lennart Poettering2012-07-26
| | | | sessions exist
* logind: implement suspend/hibernate calls with inhibition logicLennart Poettering2012-05-08
|
* logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering2012-05-05
| | | | | This is useful to allow applications to synchronously save data before the system is suspended or shut down.
* logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering2012-04-16
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* logind: move more files into subdirectoryLennart Poettering2011-12-31