Files
Linux-Hello/debian/control
2026-01-15 22:40:51 +01:00

66 lines
2.3 KiB
Plaintext

Source: linux-hello
Section: admin
Priority: optional
Maintainer: Linux Hello Contributors <linux-hello@example.org>
Build-Depends: debhelper-compat (= 13),
rustc (>= 1.75),
cargo,
libpam0g-dev,
libv4l-dev,
libtss2-dev,
pkg-config,
libssl-dev,
libclang-dev
Standards-Version: 4.6.2
Homepage: https://github.com/linux-hello/linux-hello
Vcs-Git: https://github.com/linux-hello/linux-hello.git
Vcs-Browser: https://github.com/linux-hello/linux-hello
Rules-Requires-Root: no
Package: linux-hello
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
linux-hello-daemon (= ${binary:Version})
Recommends: libpam-linux-hello
Description: Face authentication for Linux - CLI tool
Linux Hello provides Windows Hello-style face authentication for Linux
systems. This package contains the command-line interface for enrolling
faces, managing templates, and testing authentication.
.
Features:
- Infrared camera support for secure authentication
- TPM-backed template encryption
- Anti-spoofing with liveness detection
- PAM integration for system authentication
Package: linux-hello-daemon
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: adduser
Description: Face authentication for Linux - daemon
Linux Hello provides Windows Hello-style face authentication for Linux
systems. This package contains the background daemon that handles
camera access, face detection, and template matching.
.
The daemon runs as a systemd service and communicates with the CLI
and PAM module via Unix socket.
Package: libpam-linux-hello
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
libpam-runtime,
linux-hello-daemon (= ${binary:Version})
Description: Face authentication for Linux - PAM module
Linux Hello provides Windows Hello-style face authentication for Linux
systems. This package contains the PAM module that integrates face
authentication with system login, sudo, and other PAM-aware applications.
.
WARNING: After installation, you must manually configure PAM to use
this module. A template configuration is provided at
/usr/share/doc/libpam-linux-hello/pam-config.example
.
Incorrect PAM configuration may lock you out of your system!