✏️ 正在编辑: polcapquery.cpython-36.pyc
路径:
/lib64/python3.6/site-packages/setools/__pycache__/polcapquery.cpython-36.pyc
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
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 '