Your IP : 18.190.253.224
3
@)�fJ � @ s� d ddddddddd d
gZ ddlZddlZddlZdd
lmZ ddlmZ ejdk Z dd � Z
dd� Zdd� Zdd� Z
dd� Zdd� Zdd� Zddd�Zdd� Zddd �Zdd
� ZdS )�command_of_pid�
pid_of_sender�
uid_of_sender�user_of_uid�context_of_sender�command_of_sender�user_of_sender�dbus_to_python�dbus_signature�%dbus_introspection_prepare_properties�!dbus_introspection_add_properties� N)�minidom)�log�3c C sP y6t d| d��}|j� d jdd�j� }W dQ R X W n tk
rJ dS X |S )z Get command for pid from /proc z/proc/%d/cmdline�rr � � N)�open� readlines�replace�strip� Exception)�pid�f�cmd� r � /usr/lib/python3.6/dbus_utils.pyr % s &c C sD | j dd�}tj|d�}yt|j|��}W n tk
r> dS X |S )zW Get pid from sender string using
org.freedesktop.DBus.GetConnectionUnixProcessID zorg.freedesktop.DBusz/org/freedesktop/DBusN)�
get_object�dbus� Interface�intZGetConnectionUnixProcessID�
ValueError)�bus�sender�dbus_obj�
dbus_ifacer r r r r . s c C sD | j dd�}tj|d�}yt|j|��}W n tk
r> dS X |S )zV Get user id from sender string using
org.freedesktop.DBus.GetConnectionUnixUser zorg.freedesktop.DBusz/org/freedesktop/DBusN)r r r r ZGetConnectionUnixUserr! )r"