waylock 0.5.0
This release makes a few small changes to allow for even tighter security:
The new -fork-on-lock
command line flag allows for race-condition-free suspend
after the screen has been locked.
Furthermore, all sensitive memory used by waylock is now better protected from paging
to disk or inclusion in core dumps with hints to the operating system.
Full changelog:
Abdullah Khabir (1):
docs: fix typo in man page
Isaac Freund (16):
build: bump version to 0.5.0-dev
docs: Expand on -Dcpu in PACKAGING.md
docs: Add note on compositor ext-session-lock-v1 support
Lock: simplify poll usage
Lock: work around race in libwayland-server
Lock: update comment, it's not a workaround
auth: fix error handling edge case in conversation
Lock: fix overly tight assertion
Lock: add -fork-on-lock option
Lock: Better protect password buffer memory
Lock: wait to mlock until after fork
Lock: Fix crash if session is already locked
Lock: exit immediately on finished event if locked
docs: remove outdated ext-session-lock support info
docs: remove outdated setsid(1) references
build: bump to version 0.5.0
Jordan Isaacs (1):
docs: fix tabs in man page