GitBook: No commit message

This commit is contained in:
CPol 2021-10-10 15:33:23 +00:00 committed by gitbook-bot
parent 868159816c
commit 191c87648b
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -174,7 +174,13 @@ Note the method `.Block` of the interface `htb.oouch.Block` (the one we are inte
### Monitor/Capture Interface
With enough privileges (just `send_destination` and `receive_sender` privileges aren't enough) you can monitor a D-Bus communication. In the following example the interface `htb.oouch.Block` is monitored and **the message "**_**lalalalal**_**" is sent through miscommunication**:
With enough privileges (just `send_destination` and `receive_sender` privileges aren't enough) you can **monitor a D-Bus communication**. In the following example the interface
`In or`
``
`htb.oouch.Block` is monitored and **the message "**_**lalalalal**_**" is sent through miscommunication**:
```bash
busctl monitor htb.oouch.Block
@ -197,6 +203,8 @@ Monitoring bus message stream.
You can use `capture` instead of `monitor` to save the results in a pcap file.
### More
`busctl` have even more options, [**find all of them here**](https://www.freedesktop.org/software/systemd/man/busctl.html).