📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 13:00:17
📂
/ (Root)
/
usr
/
lib64
/
python3.6
/
site-packages
/
setools
/
__pycache__
📍 /usr/lib64/python3.6/site-packages/setools/__pycache__
🔄 Refresh
✏️
Editing: polcapquery.cpython-36.opt-1.pyc
Read Only
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 '