shell bypass 403
3
�<�e � @ s0 d dl mZ ddlZdgZG dd� dej�ZdS )� )�device_matcher� N�DeviceMatcherUdevc @ s e Zd Zdd� ZdS )r c C sr d}y|j j� }W n tk
r. |j� }Y nX x,tt|��D ]\}}||d | d 7 }q>W tj||tj�dk S )zc
Match a device against the udev regex in tuning profiles.
device is a pyudev.Device object
� �=�
N)�
properties�items�AttributeError�sorted�list�re�search� MULTILINE)�selfZregexZdevicer r �key�val� r �)/usr/lib/python3.6/device_matcher_udev.py�match s zDeviceMatcherUdev.matchN)�__name__�
__module__�__qualname__r r r r r r s )r r r
�__all__Z
DeviceMatcherr r r r r �<module> s