Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Unified Diff: remoting/host/installer/linux/debian/chrome-remote-desktop.pam

Issue 2323153002: Add PAM session wrapper (Closed)
Patch Set: Address feedback Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/installer/linux/debian/chrome-remote-desktop.init ('k') | remoting/host/linux/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/host/installer/linux/debian/chrome-remote-desktop.init ('k') | remoting/host/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698