summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/hwlibdaemons/dbus
Commit message (Collapse)AuthorAgeFilesLines
* Removed dbus access rules for invalid "send_destination".Slávek Banko2021-02-101-16/+0
| | | | | | | | | | | For the tde_dbus_hardwarecontrol daemon, the destination is always "org.trinitydesktop.hardwarecontrol", which provides interfaces for individual components. The permissions for the standard dbus Introspectable and Properties calls are therefore set together on one destination, regardless of the interfaces for the individual components. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9a99527f0c4d7bccd0e0d61349167f0cc39a43bf)
* tdehwlib: Allow everyone to read the status of input switches.Slávek Banko2021-02-101-0/+4
| | | | | | | | | | Reading the status of input switches seems safe so that it can be allowed to everyone. This will prevent the log from being filled with unauthorized access messages if the user is not a member of the plugdev group - this resolve issue TDE/tde#44. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 78b21360119cb806370befa301b7bca671884eb0)
* tdehwlib: Add allowed access for plugdev group members.Slávek Banko2020-02-091-0/+28
| | | | | | | This is useful if the system no longer supports policy at_console. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7f7f7322f9986a25ceef33dc2f47853846e2ec88)
* Fix detection of switches on input event devicesSlávek Banko2014-02-252-11/+164
| | | | This relates to Bug 1597
* Add SetHibernationMethod to tdehwlib-daemonSlávek Banko2013-09-291-1/+45
|
* Add support for freeze suspend stateSlávek Banko2013-09-221-1/+13
|
* Supplementing tdehwlib dbus daemon:Slávek Banko2013-08-251-5/+146
| | | | | | + Add reply to method Introspect + Processing signal NameAcquired + Error response to non-existent methods
* Add tdehwlib-daemon power management backend to TDE hardware librarySlávek Banko2013-08-252-0/+59
|
* move all tdehw stuff into separate subdirGolubev Alexander2013-07-274-0/+406