aboutsummarylogtreecommitdiffstats
path: root/cups-programme.conf
diff options
context:
space:
mode:
authorfelics2018-05-20 19:08:56 +0200
committerfelics2018-05-20 19:08:56 +0200
commite2b9a6a4f92135c2a64d405f74d2313d0c23787d (patch)
tree8388eae8355a494a6f161115be5a3e39f424f973 /cups-programme.conf
downloadaur-e2b9a6a4f92135c2a64d405f74d2313d0c23787d.tar.gz
Initial commit.
Diffstat (limited to 'cups-programme.conf')
-rw-r--r--cups-programme.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/cups-programme.conf b/cups-programme.conf
new file mode 100644
index 000000000000..a7f33d3357bc
--- /dev/null
+++ b/cups-programme.conf
@@ -0,0 +1,15 @@
+### Warning: This file will be bash-sourced. Beware.
+
+# Controls which programme is selected to use to run a command as
+# another user.
+# Do not but arbitrary executables or full path's here; the value of
+# this variable will not directly be executed, but it will be parsed to
+# internally decide what to do.
+# Supported values:
+# 'su', 'sudo', 'sudo-askpass' (sudo with askpass helper), 'kdesu', 'kdesudo'.
+su_variant=sudo-askpass
+# su_variant=kdesu
+
+# askpass programme to use when $su_variant is set to 'sudo-askpass'.
+askpass_cmd=/usr/lib/ssh/x11-ssh-askpass
+# askpass_cmd=/usr/bin/lxqt-openssh-askpass