aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Use non-suid permissions when logind is usedGravatar Christian Kellner2020-02-02
| | | | | | | | | | | When systemd-logind and its D-Bus API is used to actual change the brightness of devices the binary does not have to be suid, which is desired for security reasons. This is a cherry-pick of: 7504b58765cafae7f7628fe02204883a200a4b10 that was partially reverted by: 052e56ccd662fba25abd7780be5feb66a8e0710b. Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
* Version bump to 0.5Gravatar Mykyta Holubakha2020-02-02
|
* Build fixupGravatar Mykyta Holubakha2020-02-02
| | | | | | systemd install fixup Closes #42, #44
* Use non-suid permissions when logind is usedGravatar Christian Kellner2020-01-26
| | | | | | When systemd-logind and its D-Bus API is used to actual change the brightness of devices the binary does not have to be suid, which is desired for security reasons.
* Support the new `SetBrightness` logind APIGravatar Antoine Damhet2019-09-19
| | | | | | | | | This API from `org.freedesktop.login1.Session` allows an unprivileged user with an active session to change its own backlight. Systemd >= v243 is needed. Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
* Version bump to 0.4Gravatar Mykyta Holubakha2018-09-04
|
* Install udev rules by defaultGravatar Mykyta Holubakha2018-07-13
|
* Improved manpageGravatar Mykyta Holubakha2018-01-24
| | | | thanks @SirCmpwn
* Add brightnessctl(1) manpageGravatar Nicolas Braud-Santoni2018-01-24
|
* Release 0.3.1Gravatar Mykyta Holubakha2018-01-19
|
* Specify -lm after the main executable symbolGravatar Hummer120072017-10-23
| | | | | Specifying it before may cause issues with some compilers Minor ws cleanup in makefile
* Use BINDIR in Makefile install ruleGravatar Miciah Masters2017-09-23
|
* Fix file mode for installing non-suid binaryGravatar Miciah Masters2017-09-23
| | | | | Use the file mode 0755 (executable but not suid) when installing the binary with INSTALL_UDEV_RULES=1.
* Version bump to 0.3Gravatar Mykyta Holubakha2017-09-22
| | | | | | | | | | fixes #10 added an option to install udev rules (fixes #11) updated makefile to adhere to DESTDIR/PREFIX conventions updated README
* Fix rounding errors when using percentagesGravatar Markus Schneider2017-08-26
|
* Make it more portableGravatar Mykyta Holubakha2017-06-11
|
* Version bumpGravatar Mykyta Holubakha2017-01-17
|
* Updated makefileGravatar Mykyta Holubakha2017-01-15
|
* Respect CFLAGS and sort it for easier readGravatar Fabio Alessandro Locati2016-11-27
|
* Updated makefileGravatar Mykyta Holubakha2016-07-20
|
* Added LICENSE, renamed PREFIX to DESTDIRGravatar Mykyta Holubakha2016-07-20
|
* Version bumpGravatar Mykyta Holubakha2016-07-20
|
* fix warnings, segfaultGravatar Mykyta Holubakha2016-06-22
|
* Addeed support for save/restore functionalityGravatar Mykyta Holubakha2016-04-07
|
* Initial commitGravatar Mykyta Holubakha2016-03-28