diff --git a/Changelog b/Changelog index e03ca426..122a632a 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 315ea754..228dadc9 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)