summarylogtreecommitdiffstats
path: root/rstudio
diff options
context:
space:
mode:
authorMark Lee2019-03-03 11:08:01 -0500
committerMark Lee2019-03-03 11:09:20 -0500
commit737de0aabc1a964b09e8a79f9d2c7b67c779c805 (patch)
treee7c09e950cf1457cf3918f0db457c3b5cc6a98fd /rstudio
parent8745e5b4305fc1e217441089a6c9afb64fb775c7 (diff)
downloadaur-737de0aabc1a964b09e8a79f9d2c7b67c779c805.tar.gz
Fix pam login issues
Diffstat (limited to 'rstudio')
-rw-r--r--rstudio7
1 files changed, 7 insertions, 0 deletions
diff --git a/rstudio b/rstudio
new file mode 100644
index 000000000000..1960d9497c08
--- /dev/null
+++ b/rstudio
@@ -0,0 +1,7 @@
+#%PAM-1.0
+
+auth required pam_securetty.so
+auth requisite pam_nologin.so
+auth include system-local-login
+account include system-local-login
+session include system-local-login