diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 16:51:14 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 16:51:14 +0000 |
commit | 888d0f97233767c3cc187371094a6db1ba3d5560 (patch) | |
tree | f91245545d469eac4cc8a76f46921e6420131577 /remoting | |
parent | 00f4071da99d2183238d368d5055d77d0742551e (diff) | |
download | chromium_src-888d0f97233767c3cc187371094a6db1ba3d5560.zip chromium_src-888d0f97233767c3cc187371094a6db1ba3d5560.tar.gz chromium_src-888d0f97233767c3cc187371094a6db1ba3d5560.tar.bz2 |
Added PAM configuration.
BUG=159037
Review URL: https://chromiumcodereview.appspot.com/11359043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165855 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/installer/linux/debian/chrome-remote-desktop.pam | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/remoting/host/installer/linux/debian/chrome-remote-desktop.pam b/remoting/host/installer/linux/debian/chrome-remote-desktop.pam new file mode 100644 index 0000000..cec7740 --- /dev/null +++ b/remoting/host/installer/linux/debian/chrome-remote-desktop.pam @@ -0,0 +1,8 @@ +# Copyright (c) 2012 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +@include common-auth +@include common-account +@include common-password +@include common-session |