[selinux-policy: 1971/3172] trunk: pam_mount fix for local login from Stefan Schulze Frielinghaus

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:55:16 UTC 2010


commit 2b592aa495cc1af29bcb2c8165c8710025f5ea3e
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Jul 18 13:25:31 2008 +0000

    trunk: pam_mount fix for local login from Stefan Schulze Frielinghaus

 Changelog                           |    1 +
 policy/modules/system/locallogin.te |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Changelog b/Changelog
index e03ca42..122a632 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,4 @@
+- Pam_mount fix for local login from Stefan Schulze Frielinghaus.
 - Issuing commands to upstart is over a datagram socket, not the initctl
   named pipe.  Updated init_telinit() to match.
 
diff --git a/policy/modules/system/locallogin.te b/policy/modules/system/locallogin.te
index 315ea75..228dadc 100644
--- a/policy/modules/system/locallogin.te
+++ b/policy/modules/system/locallogin.te
@@ -1,5 +1,5 @@
 
-policy_module(locallogin, 1.7.0)
+policy_module(locallogin, 1.7.1)
 
 ########################################
 #
@@ -100,6 +100,7 @@ term_setattr_unallocated_ttys(local_login_t)
 
 auth_rw_login_records(local_login_t)
 auth_rw_faillog(local_login_t)
+auth_manage_pam_pid(local_login_t)
 auth_manage_pam_console_data(local_login_t)
 auth_domtrans_pam_console(local_login_t)
 


More information about the scm-commits mailing list