diff options
| author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
|---|---|---|
| committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
| commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
| tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120402/bf1b83ed | |
| parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
| download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip | |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120402/bf1b83ed')
| -rw-r--r-- | zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment-0001.mht | 88 | ||||
| -rw-r--r-- | zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment.mht | 88 |
2 files changed, 176 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment-0001.mht b/zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment-0001.mht new file mode 100644 index 000000000..b0778c7e3 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment-0001.mht @@ -0,0 +1,88 @@ +[From nobody Mon Apr 2 20:50:30 2012 +Return-Path: <distributor-list-bounces@gnome.org> +X-Original-To: list-gnome@vitters.nl +Delivered-To: list-gnome@vitters.nl +Received: from menubar.gnome.org (menubar.gnome.org [209.132.180.169]) + by bkor.dhs.org (Postfix) with ESMTP id EF2665000F4 + for <list-gnome@vitters.nl>; Mon, 2 Apr 2012 20:27:38 +0200 (CEST) +Received: from menubar.gnome.org (localhost.localdomain [127.0.0.1]) + by menubar.gnome.org (Postfix) with ESMTP id 861EC7501F0; + Mon, 2 Apr 2012 18:26:42 +0000 (UTC) +X-Original-To: distributor-list@gnome.org +Delivered-To: distributor-list@gnome.org +Received: from localhost (localhost.localdomain [127.0.0.1]) + by menubar.gnome.org (Postfix) with ESMTP id AE50F75011B + for <distributor-list@gnome.org>; Mon, 2 Apr 2012 17:17:50 +0000 (UTC) +X-Virus-Scanned: by amavisd-new at gnome.org +X-Spam-Flag: NO +X-Spam-Score: -0.681 +X-Spam-Level: +X-Spam-Status: No, score=-0.681 tagged_above=-999 required=2 + tests=[BAYES_00=-1.9, SPF_NEUTRAL=0.779, SUBJ_OBFU_PUNCT_FEW=0.001, + SUBJ_OBFU_PUNCT_MANY=0.439] autolearn=no +Received: from menubar.gnome.org ([127.0.0.1]) + by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id U8SOL8IQjSty for <distributor-list@gnome.org>; + Mon, 2 Apr 2012 17:17:38 +0000 (UTC) +Received: from thewalter.net (thewalter.net [94.75.203.101]) + by menubar.gnome.org (Postfix) with ESMTP id DD8987500B4 + for <distributor-list@gnome.org>; Mon, 2 Apr 2012 17:17:29 +0000 (UTC) +Received: from stef-desktop.thewalter.lan (krlh-4d037aa9.pool.mediaWays.net + [77.3.122.169]) by thewalter.net (Postfix) with ESMTPA id 99A1236961 + for <distributor-list@gnome.org>; Mon, 2 Apr 2012 17:17:25 +0000 (UTC) +Message-ID: <4F79DF25.30206@gnome.org> +Date: Mon, 02 Apr 2012 19:17:25 +0200 +From: Stef Walter <stefw@gnome.org> +User-Agent: Mozilla/5.0 (X11; Linux x86_64; + rv:11.0) Gecko/20120329 Thunderbird/11.0.1 +MIME-Version: 1.0 +To: distributor-list@gnome.org +Subject: Heads up: pam_gnome_keyring.so location in pam configs +X-Mailman-Approved-At: Mon, 02 Apr 2012 18:26:40 +0000 +X-BeenThere: distributor-list@gnome.org +X-Mailman-Version: 2.1.14 +Precedence: list +List-Id: Discussion and collaboration list for distributors of GNOME + <distributor-list.gnome.org> +List-Unsubscribe: <http://mail.gnome.org/mailman/options/distributor-list>, + <mailto:distributor-list-request@gnome.org?subject=unsubscribe> +List-Archive: <http://mail.gnome.org/archives/distributor-list/> +List-Post: <mailto:distributor-list@gnome.org> +List-Help: <mailto:distributor-list-request@gnome.org?subject=help> +List-Subscribe: <http://mail.gnome.org/mailman/listinfo/distributor-list>, + <mailto:distributor-list-request@gnome.org?subject=subscribe> +Content-Type: text/plain; charset="us-ascii" +Content-Transfer-Encoding: 7bit +Errors-To: distributor-list-bounces@gnome.org +Sender: distributor-list-bounces@gnome.org + +In 3.3.92 and later gnome-keyring-daemon uses g_get_user_runtime_dir () +to determine the directory where to place its sockets [1]. Previously it +used /tmp. + +At the point when gnome-keyring-daemon is started from PAM, +$XDG_RUNTIME_DIR environment variable should be set. The way to do this +is to have its 'session' PAM directive come late in the /etc/pam.d/gdm +file [2]. In particular, after pam_systemd.so or other modules that +setup the environment. + +This is relevant for GNOME packagers. More info about the PAM module: + +https://live.gnome.org/GnomeKeyring/Pam + +Cheers, + +Stef + +[1] https://bugzilla.gnome.org/show_bug.cgi?id=646389 + +[2] Example fix: https://bugzilla.redhat.com/attachment.cgi?id=574543 +_______________________________________________ +desktop-devel-list mailing list +desktop-devel-list@gnome.org +http://mail.gnome.org/mailman/listinfo/desktop-devel-list +_______________________________________________ +distributor-list mailing list +distributor-list@gnome.org +http://mail.gnome.org/mailman/listinfo/distributor-list +]
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment.mht b/zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment.mht new file mode 100644 index 000000000..1592241c9 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120402/bf1b83ed/attachment.mht @@ -0,0 +1,88 @@ +[From nobody Mon Apr 2 20:29:49 2012 +Return-Path: <distributor-list-bounces@gnome.org> +X-Original-To: list-gnome@vitters.nl +Delivered-To: list-gnome@vitters.nl +Received: from menubar.gnome.org (menubar.gnome.org [209.132.180.169]) + by bkor.dhs.org (Postfix) with ESMTP id EF2665000F4 + for <list-gnome@vitters.nl>; Mon, 2 Apr 2012 20:27:38 +0200 (CEST) +Received: from menubar.gnome.org (localhost.localdomain [127.0.0.1]) + by menubar.gnome.org (Postfix) with ESMTP id 861EC7501F0; + Mon, 2 Apr 2012 18:26:42 +0000 (UTC) +X-Original-To: distributor-list@gnome.org +Delivered-To: distributor-list@gnome.org +Received: from localhost (localhost.localdomain [127.0.0.1]) + by menubar.gnome.org (Postfix) with ESMTP id AE50F75011B + for <distributor-list@gnome.org>; Mon, 2 Apr 2012 17:17:50 +0000 (UTC) +X-Virus-Scanned: by amavisd-new at gnome.org +X-Spam-Flag: NO +X-Spam-Score: -0.681 +X-Spam-Level: +X-Spam-Status: No, score=-0.681 tagged_above=-999 required=2 + tests=[BAYES_00=-1.9, SPF_NEUTRAL=0.779, SUBJ_OBFU_PUNCT_FEW=0.001, + SUBJ_OBFU_PUNCT_MANY=0.439] autolearn=no +Received: from menubar.gnome.org ([127.0.0.1]) + by localhost (menubar.gnome.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id U8SOL8IQjSty for <distributor-list@gnome.org>; + Mon, 2 Apr 2012 17:17:38 +0000 (UTC) +Received: from thewalter.net (thewalter.net [94.75.203.101]) + by menubar.gnome.org (Postfix) with ESMTP id DD8987500B4 + for <distributor-list@gnome.org>; Mon, 2 Apr 2012 17:17:29 +0000 (UTC) +Received: from stef-desktop.thewalter.lan (krlh-4d037aa9.pool.mediaWays.net + [77.3.122.169]) by thewalter.net (Postfix) with ESMTPA id 99A1236961 + for <distributor-list@gnome.org>; Mon, 2 Apr 2012 17:17:25 +0000 (UTC) +Message-ID: <4F79DF25.30206@gnome.org> +Date: Mon, 02 Apr 2012 19:17:25 +0200 +From: Stef Walter <stefw@gnome.org> +User-Agent: Mozilla/5.0 (X11; Linux x86_64; + rv:11.0) Gecko/20120329 Thunderbird/11.0.1 +MIME-Version: 1.0 +To: distributor-list@gnome.org +Subject: Heads up: pam_gnome_keyring.so location in pam configs +X-Mailman-Approved-At: Mon, 02 Apr 2012 18:26:40 +0000 +X-BeenThere: distributor-list@gnome.org +X-Mailman-Version: 2.1.14 +Precedence: list +List-Id: Discussion and collaboration list for distributors of GNOME + <distributor-list.gnome.org> +List-Unsubscribe: <http://mail.gnome.org/mailman/options/distributor-list>, + <mailto:distributor-list-request@gnome.org?subject=unsubscribe> +List-Archive: <http://mail.gnome.org/archives/distributor-list/> +List-Post: <mailto:distributor-list@gnome.org> +List-Help: <mailto:distributor-list-request@gnome.org?subject=help> +List-Subscribe: <http://mail.gnome.org/mailman/listinfo/distributor-list>, + <mailto:distributor-list-request@gnome.org?subject=subscribe> +Content-Type: text/plain; charset="us-ascii" +Content-Transfer-Encoding: 7bit +Errors-To: distributor-list-bounces@gnome.org +Sender: distributor-list-bounces@gnome.org + +In 3.3.92 and later gnome-keyring-daemon uses g_get_user_runtime_dir () +to determine the directory where to place its sockets [1]. Previously it +used /tmp. + +At the point when gnome-keyring-daemon is started from PAM, +$XDG_RUNTIME_DIR environment variable should be set. The way to do this +is to have its 'session' PAM directive come late in the /etc/pam.d/gdm +file [2]. In particular, after pam_systemd.so or other modules that +setup the environment. + +This is relevant for GNOME packagers. More info about the PAM module: + +https://live.gnome.org/GnomeKeyring/Pam + +Cheers, + +Stef + +[1] https://bugzilla.gnome.org/show_bug.cgi?id=646389 + +[2] Example fix: https://bugzilla.redhat.com/attachment.cgi?id=574543 +_______________________________________________ +desktop-devel-list mailing list +desktop-devel-list@gnome.org +http://mail.gnome.org/mailman/listinfo/desktop-devel-list +_______________________________________________ +distributor-list mailing list +distributor-list@gnome.org +http://mail.gnome.org/mailman/listinfo/distributor-list +]
\ No newline at end of file |
