trunk: pam_mount fix for local login from Stefan Schulze Frielinghaus

This commit is contained in:
Chris PeBenito 2008-07-18 13:25:31 +00:00
parent 4459a7c086
commit 2b592aa495
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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)