Language

Package: xsecurelock @ 1.7.0

Synopsis

X11 screen lock utility with the primary goal of security

Description

xsecurelock is an X11 screen locker which uses a modular design to avoid the usual pitfalls of screen locking utility design.

As a consequence of the modular design, the usual screen locker service shouldn't be used with xsecurelock. Instead, you need to add a helper binary to setuid-binaries:

(setuid-programs (cons*
                   (file-append xsecurelock "/libexec/xsecurelock/authproto_pam")
                   %setuid-programs))
Home page
https://github.com/google/xsecurelock
Location
gnu/packages/xdisorg.scm (line: 2280, column: 2)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'fontconfig' does not match package name 'fontconfig-minimal'
input-labels

Identify input labels that do not match package names

label 'libX11' does not match package name 'libx11'