aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fprintd/pam-use-basu-and-remove-sd-login.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fprintd/pam-use-basu-and-remove-sd-login.patch')
-rw-r--r--testing/fprintd/pam-use-basu-and-remove-sd-login.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/testing/fprintd/pam-use-basu-and-remove-sd-login.patch b/testing/fprintd/pam-use-basu-and-remove-sd-login.patch
deleted file mode 100644
index ec2d8378e1d..00000000000
--- a/testing/fprintd/pam-use-basu-and-remove-sd-login.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- a/pam/pam_fprintd.c
-+++ b/pam/pam_fprintd.c
-@@ -31,8 +31,7 @@
- #include <errno.h>
-
- #include <libintl.h>
--#include <systemd/sd-bus.h>
--#include <systemd/sd-login.h>
-+#include <basu/sd-bus.h>
- #include <signal.h>
- #include <sys/signalfd.h>
- #include <poll.h>
-@@ -775,8 +774,9 @@
- strcmp (rhost, "localhost") != 0)
- return true;
-
-- if (sd_session_is_remote (NULL) > 0)
-- return true;
-+// XXX-Patched: Remove dependency on elogind.
-+//if (sd_session_is_remote (NULL) > 0)
-+// return true;
-
- return false;
- }