[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 05/06: Mark D-Bus checks as non-experimental



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 8104d50ee6dfcae73062ba89140882462aeff901
Author: Simon McVittie <smcv@debian.org>
Date:   Wed Jan 28 13:53:43 2015 +0000

    Mark D-Bus checks as non-experimental
    
    They've found two unrelated CVEs, I think the experiment was a success :-)
---
 checks/dbus.desc           |  5 -----
 t/tests/dbus-policy/tags   | 16 ++++++++--------
 t/tests/dbus-services/tags |  4 ++--
 3 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/checks/dbus.desc b/checks/dbus.desc
index c08e3ee..2066f3d 100644
--- a/checks/dbus.desc
+++ b/checks/dbus.desc
@@ -29,7 +29,6 @@ Info: The package contains D-Bus policy configuration that uses the
  including distinguishing between users who are "at the console" and
  those who are not.
 Ref: https://bugs.freedesktop.org/show_bug.cgi?id=39611
-Experimental: yes
 
 Tag: dbus-policy-without-send-destination
 Severity: normal
@@ -66,7 +65,6 @@ Info: The package contains D-Bus policy configuration that uses
  However, such rules should still be made as specific as possible to
  avoid undesired side-effects.
 Ref: https://bugs.freedesktop.org/show_bug.cgi?id=18961,http://lists.freedesktop.org/archives/dbus/2008-February/009401.html
-Experimental: yes
 
 Tag: dbus-policy-excessively-broad
 Severity: serious
@@ -97,7 +95,6 @@ Info: The package contains D-Bus policy configuration that
  .
  which correctly allows method calls to that particular service only.
 Ref: http://www.openwall.com/lists/oss-security/2015/01/27/25
-Experimental: yes
 
 Tag: dbus-session-service-wrong-name
 Severity: wishlist
@@ -113,7 +110,6 @@ Info: The package contains a D-Bus session service whose filename
  name is <tt>com.example.MyService1</tt>, and it should be
  service-activatable, you should achieve that by packaging
  <tt>/usr/share/dbus-1/services/com.example.MyService1.service</tt>.
-Experimental: yes
 
 Tag: dbus-system-service-wrong-name
 Severity: serious
@@ -128,4 +124,3 @@ Info: The package contains a D-Bus system service whose filename
  <tt>com.example.MyService1</tt>, and it should be service-activatable,
  you must provide
  <tt>/usr/share/dbus-1/system-services/com.example.MyService1.service</tt>.
-Experimental: yes
diff --git a/t/tests/dbus-policy/tags b/t/tests/dbus-policy/tags
index 8b40f8a..1f65e49 100644
--- a/t/tests/dbus-policy/tags
+++ b/t/tests/dbus-policy/tags
@@ -1,8 +1,8 @@
-X: dbus-policy: dbus-policy-at-console etc/dbus-1/system.d/at-console.conf <policy at_console="true"><allow send_destination="com.example.Other"/>
-X: dbus-policy: dbus-policy-at-console etc/dbus-1/system.d/at-console.conf <policy at_console="true"><allow send_destination="com.example.Service"/>
-X: dbus-policy: dbus-policy-excessively-broad etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_member="AreYouReallySureThisMethodIsAlwaysOK"/>
-X: dbus-policy: dbus-policy-excessively-broad etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_path="/com/example/Here"/>
-X: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_interface="org.freedesktop.DBus.ObjectManager"/>
-X: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_member="AreYouReallySureThisMethodIsAlwaysOK"/>
-X: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_path="/com/example/Here"/>
-X: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy user="nobody"><allow send_interface="org.freedesktop.DBus.ObjectManager"/>
+E: dbus-policy: dbus-policy-excessively-broad etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_member="AreYouReallySureThisMethodIsAlwaysOK"/>
+E: dbus-policy: dbus-policy-excessively-broad etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_path="/com/example/Here"/>
+W: dbus-policy: dbus-policy-at-console etc/dbus-1/system.d/at-console.conf <policy at_console="true"><allow send_destination="com.example.Other"/>
+W: dbus-policy: dbus-policy-at-console etc/dbus-1/system.d/at-console.conf <policy at_console="true"><allow send_destination="com.example.Service"/>
+W: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_interface="org.freedesktop.DBus.ObjectManager"/>
+W: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_member="AreYouReallySureThisMethodIsAlwaysOK"/>
+W: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy context="default"><allow send_path="/com/example/Here"/>
+W: dbus-policy: dbus-policy-without-send-destination etc/dbus-1/system.d/send-destination.conf <policy user="nobody"><allow send_interface="org.freedesktop.DBus.ObjectManager"/>
diff --git a/t/tests/dbus-services/tags b/t/tests/dbus-services/tags
index 217b153..9802a46 100644
--- a/t/tests/dbus-services/tags
+++ b/t/tests/dbus-services/tags
@@ -1,2 +1,2 @@
-X: dbus-services: dbus-session-service-wrong-name org.gtk.vfs.Daemon.service usr/share/dbus-1/services/gvfs-daemon.service
-X: dbus-services: dbus-system-service-wrong-name com.example.SystemDaemon1.service usr/share/dbus-1/system-services/this-name-cannot-work.service
+E: dbus-services: dbus-system-service-wrong-name com.example.SystemDaemon1.service usr/share/dbus-1/system-services/this-name-cannot-work.service
+I: dbus-services: dbus-session-service-wrong-name org.gtk.vfs.Daemon.service usr/share/dbus-1/services/gvfs-daemon.service

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: