Affected files:
A remoting/host/installer/linux/debian/chrome-remote-desktop.pam
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
new file mode 100644
index
0000000000000000000000000000000000000000..7fa64c85f03b9d64cca3f0c6bbcd426bb e9c9beb
--- /dev/null
+++ b/remoting/host/installer/linux/debian/chrome-remote-desktop.pam
@@ -0,0 +1,6 @@
+# We fall back to the system default in /etc/pam.d/common-*
+
+@include common-auth
+@include common-account
+@include common-password
+@include common-session
http://codereview.chromium.org/11359043/diff/1/remoting/host/installe... remoting/host/installer/linux/debian/chrome-remote-desktop.pam:1: # We
fall back to the system default in /etc/pam.d/common-*
nit: Add copyright.
nit: End sentence with dot?
nit: plural "defaults"?
nit: Remove "We"?
I'm not sure this comment adds anything useful for the sys-admin, so I
think it's OK to remove it. As it is, the comment might convey the
message that it's a bad idea to edit this file.
Done. The comment was essentially copied from pam.d/other, which is what
this
file was based on. I agree it doesn't add anything. I've also added a
copyright
notice.