Linux server.a-j.media 5.14.0-570.44.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 17 10:32:11 EDT 2025 x86_64
Apache
75.119.137.219
Cant read /etc/named.conf
/
lib64
/
python3.9
/
site-packages
/
setools
/
__pycache__
/
[
drwxr-xr-x
]
[ HOME ]
Exec
Submit
File Name : categoryquery.cpython-39.pyc
a q�qe_ � @ sT d dl Z d dlmZ ddlmZmZ ddlmZ ddlm Z G dd� deee �Z dS ) � N)�Iterable� )� MatchAlias� MatchName)�Category)�PolicyQueryc s8 e Zd ZdZdd�� fdd�Zee d�dd�Z� ZS )� CategoryQuerya� Query MLS Categories Parameter: policy The policy to query. Keyword Parameters/Class attributes: name The name of the category to match. name_regex If true, regular expression matching will be used for matching the name. alias The alias name to match. alias_regex If true, regular expression matching will be used on the alias names. N)�returnc s( t t| �j|fi |�� t�t�| _d S )N)�superr �__init__�loggingZ getLogger�__name__�log)�self�policy�kwargs�� __class__� �;/usr/lib64/python3.9/site-packages/setools/categoryquery.pyr s zCategoryQuery.__init__c c s\ | j �d�| �� | �| j � | �| j � | j�� D ]"}| �|�sDq4| �|�sPq4|V q4dS )z/Generator which yields all matching categories.z+Generating category results from {0.policy}N) r �info�formatZ_match_name_debugZ_match_alias_debugr � categoriesZ_match_nameZ_match_alias)r �catr r r �results"