diff --git a/0001-dbus-remove-deprecated-at_console-statement.patch b/0001-dbus-remove-deprecated-at_console-statement.patch new file mode 100644 index 0000000..e1a6c1a --- /dev/null +++ b/0001-dbus-remove-deprecated-at_console-statement.patch @@ -0,0 +1,89 @@ +From 19df47d2630b637d1802efe2c3cd5a00f2e40c3b Mon Sep 17 00:00:00 2001 +From: Tom Gundersen +Date: Wed, 7 Nov 2018 17:11:46 +0100 +Subject: [PATCH] dbus: remove deprecated at_console statement + +As described in [0], this likely did not have the intended effect, so +simply remove it. The change in behavior is that up until this patch +it would be possible for root and any non-system user to potentially +own the system-config-printer dbus names. Now this is extended to also +allow any system user. + +[0]: + +Signed-off-by: Tom Gundersen +CC: David Herrmann +--- + dbus/com.redhat.NewPrinterNotification.conf | 13 +------------ + dbus/com.redhat.PrinterDriversInstaller.conf | 13 +------------ + 2 files changed, 2 insertions(+), 24 deletions(-) + +diff --git a/dbus/com.redhat.NewPrinterNotification.conf b/dbus/com.redhat.NewPrinterNotification.conf +index 912cbcd4..4ef92e37 100644 +--- a/dbus/com.redhat.NewPrinterNotification.conf ++++ b/dbus/com.redhat.NewPrinterNotification.conf +@@ -2,27 +2,16 @@ + "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> + +- +- +- +- +- +- +- +- + + + + + +- ++ + + +- +- +- + + + +- +- +- +- +- +- +- +- + + + + + +- ++ + + +- +- +- + + - 1.5.11-14 +- deprecate at_console statement + * Mon Oct 15 2018 Zdenek Dohnal - 1.5.11-13 - backport several upstream patches