| Index: remoting/host/installer/linux/debian/chrome-remote-desktop.pam
 | 
| diff --git a/remoting/host/installer/linux/debian/chrome-remote-desktop.pam b/remoting/host/installer/linux/debian/chrome-remote-desktop.pam
 | 
| index cec7740f1f4dc183b61ff1ac9932132f36f29b1a..f3831f3b96430881eee5a052febda8ce7e6ae5e7 100644
 | 
| --- a/remoting/host/installer/linux/debian/chrome-remote-desktop.pam
 | 
| +++ b/remoting/host/installer/linux/debian/chrome-remote-desktop.pam
 | 
| @@ -5,4 +5,9 @@
 | 
|  @include common-auth
 | 
|  @include common-account
 | 
|  @include common-password
 | 
| +session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so close
 | 
| +session required pam_limits.so
 | 
|  @include common-session
 | 
| +session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux.so open
 | 
| +session required pam_env.so readenv=1
 | 
| +session required pam_env.so readenv=1 user_readenv=1 envfile=/etc/default/locale
 | 
| 
 |