gnome-keyring-42.1

GNOME Keyring の概要

GNOME Keyring パッケージは、各ユーザーのパスワードなどの情報を保持したデーモンプログラムを提供します。

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

GNOME Keyring の依存パッケージ

必須

dbus-1.14.10, Gcr-3.41.1

推奨

任意

LCOV, libcap-ng, GnuPG-2.4.3, Valgrind-3.22.0

GNOME Keyring のインストール

以下のコマンドを実行して GNOME Keyring をビルドします。

sed -i 's:"/desktop:"/org:' schema/*.xml &&

./configure --prefix=/usr     \
            --sysconfdir=/etc &&
make

ビルド結果をテストする際にはセッションバスアドレスが必要です。 テストする場合は make check を実行します。

root ユーザーになって以下を実行します。

make install

コマンド説明

sed ... schema/*.xml: This command fixes a deprecated entry in the schema template.

パッケージ構成

インストールプログラム: gnome-keyring (シンボリックリンク), gnome-keyring-3, gnome-keyring-daemon
インストールライブラリ: gnome-keyring-pkcs11.so (PKCS#11 モジュール), pam_gnome_keyring.so (PAM モジュール)
インストールディレクトリ: /usr/lib/gnome-keyring, /usr/share/xdg-desktop-portal

概略説明

gnome-keyring-daemon

ユーザーパスワードを保持するセッションデーモンです。