Sindbad~EG File Manager
3
�^� � @ s6 d dl Z ddlmZ ddlmZ G dd� dee�ZdS )� N� )� MatchName)�PolicyQueryc s( e Zd ZdZ� fdd�Zdd� Z� ZS )�PolCapQuerya/
Query SELinux policy capabilities
Parameter:
policy The policy to query.
Keyword Parameters/Class attributes:
name The name of the policy capability to match.
name_regex If true, regular expression matching will
be used for matching the name.
c s$ t t| �j|f|� tjt�| _d S )N)�superr �__init__�loggingZ getLogger�__name__�log)�self�policy�kwargs)� __class__� �#/usr/lib64/python3.6/polcapquery.pyr '