Ubuntu Pastebin

Paste from tyhicks at Tue, 19 May 2015 19:10:10 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$ dbus-send --print-reply --session --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetConnectionAppArmorSecurityContext :"org.freedesktop.Telepathy.MissionControl5"
method return sender=org.freedesktop.DBus -> dest=:1.1171 reply_serial=2
   string "/usr/lib/telepathy/mission-control-5"

$ dbus-send --print-reply --session --dest=org.freedesktop.DBus /org/freedesktop/DBus org.freedesktop.DBus.GetConnectionCredentials :"org.freedesktop.Telepathy.MissionControl5"
method return sender=org.freedesktop.DBus -> dest=:1.1172 reply_serial=2
   array [
      dict entry(
         string "ProcessID"
         variant             uint32 2872
      )
      dict entry(
         string "UnixUserID"
         variant             uint32 1000
      )
      dict entry(
         string "LinuxSecurityLabel"
         variant             array of bytes [
               2f 75 73 72 2f 6c 69 62 2f 74 65 6c 65 70 61 74 68 79 2f 6d 69
               73 73 69 6f 6e 2d 63 6f 6e 74 72 6f 6c 2d 35 20 28 65 6e 66 6f
               72 63 65 29 00
            ]
      )
   ]
Download as text