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

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

Issue 2323153002: Add PAM session wrapper (Closed)
Patch Set: Address feedback Created 4 years 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 @include common-auth 5 @include common-auth
6 @include common-account 6 @include common-account
7 @include common-password 7 @include common-password
8 session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux .so close
9 session required pam_limits.so
8 @include common-session 10 @include common-session
11 session [success=ok ignore=ignore module_unknown=ignore default=bad] pam_selinux .so open
12 session required pam_env.so readenv=1
13 session required pam_env.so readenv=1 user_readenv=1 envfile=/etc/default/locale
OLDNEW
« 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