aboutsummaryrefslogtreecommitdiffstats
path: root/swaylock/meson.build
Commit message (Collapse)AuthorAge
* Split swaylock into separate projectLibravatar Drew DeVault2019-01-13
|
* Fix swaylock w/shadow on glibc, improve securityLibravatar Drew DeVault2018-10-06
| | | | | | | | | Today I learned that GNU flaunts the POSIX standard in yet another creative way. Additionally, this adds some security improvements, namely: - Zeroing out password buffers in the privileged child process - setuid/setgid after reading /etc/shadow
* Add support for installing binaries with DT_RPATHLibravatar Arkadiusz Hiler2018-09-30
| | | | | | | | | | | | | | It's better to use DT_RPATH dynamic section of the elf binary to store the paths of libraries to load instead of overwriting LD_LIBRARY_PATH for the whole environment, causing surprises. This solution is much more transparent and perfectly suitable for running contained installations of wayland/wlroots/sway. The code unsetting the LD_LIBRARY_PATH/LD_PRELOAD was also deleted as it's a placebo security at best - we should trust the execution path that leads us to running sway, and it's way too late to care about those variables since we already started executing our compositor, thus we would be compromised anyway.
* Add support for building swaylock without PAMLibravatar Drew DeVault2018-09-28
| | | | | | This involves setuid'ing swaylock, which then forks and drops perms on the parent process. The child process remains root and listens on a pipe for requests to validate passwords against /etc/shadow.
* Add FreeBSD-specific PAM configurationLibravatar sghctoma2018-08-30
| | | | | | | | The "login" PAM configuration means somathing entirely different on FreeBSD than on Linux: if you try to authenticate as the calling user, it OKs the request without prompting for password. The "passwd" config implements the desired functionality, therefore it should be used by swaylock.
* [swaylock] Install pam moduleLibravatar Bruno Pinto2018-04-20
|
* Add password buffer, refactor rendering/surfacesLibravatar Drew DeVault2018-04-04
|
* Link swaylock to xkbcommonLibravatar Drew DeVault2018-04-04
|
* Split seat code into its own fileLibravatar Drew DeVault2018-04-04
|
* Initial swaylock portLibravatar Drew DeVault2018-04-04