From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Bigonville Subject: Place to call pam_loginuid in the pam session stack Date: Tue, 22 Apr 2014 19:30:44 +0200 Message-ID: <20140422193044.1778e7b5@fornost.bigon.be> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (ext-mx11.extmail.prod.ext.phx2.redhat.com [10.5.110.16]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s3MHUvx9007771 for ; Tue, 22 Apr 2014 13:30:57 -0400 Received: from anor.bigon.be (anor.bigon.be [91.121.173.99]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s3MHUs1h012523 for ; Tue, 22 Apr 2014 13:30:54 -0400 Received: from anor.bigon.be (localhost.localdomain [127.0.0.1]) by anor.bigon.be (Postfix) with ESMTP id 5D7161A1E7 for ; Tue, 22 Apr 2014 19:30:50 +0200 (CEST) Received: from anor.bigon.be ([127.0.0.1]) by anor.bigon.be (anor.bigon.be [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 0RSFeXTxz2GX for ; Tue, 22 Apr 2014 19:30:48 +0200 (CEST) Received: from fornost.bigon.be (unknown [IPv6:2a02:578:85fc:1:226:18ff:fe08:6073]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: bigon) by anor.bigon.be (Postfix) with ESMTPSA id AD92A1A1E6 for ; Tue, 22 Apr 2014 19:30:48 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-audit-bounces@redhat.com Errors-To: linux-audit-bounces@redhat.com To: Linux-Audit Mailing List List-Id: linux-audit@redhat.com Hello, This is maybe a dumb question, but is there any preferred place in the pam session stack to call pam_loginuid? Is it preferable to call it just after "pam_selinux close" or is any place OK? I guess the sooner the better so the needed information are present to audit what the other pam modules are doing? Cheers, Laurent Bigonville