HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //usr/lib64/python3.9/site-packages/setools/__pycache__/pcideviceconquery.cpython-39.pyc
a

q�qeR
�@sRddlZddlmZmZddlmZddlmZddlm	Z	Gdd�dee	�Z
dS)	�N)�Iterable�Optional�)�MatchContext)�Pcidevicecon)�PolicyQuerycszeZdZUdZdZeeed<eeed�dd��Z	e	j
eedd�dd��Z	dd��fd	d
�Zee
d�dd�Z�ZS)
�PcideviceconQuerya�
    Pcidevicecon context query.

    Parameter:
    policy          The policy to query.

    Keyword Parameters/Class attributes:
    device          A single PCI device ID.

    user            The criteria to match the context's user.
    user_regex      If true, regular expression matching
                    will be used on the user.

    role            The criteria to match the context's role.
    role_regex      If true, regular expression matching
                    will be used on the role.

    type_           The criteria to match the context's type.
    type_regex      If true, regular expression matching
                    will be used on the type.

    range_          The criteria to match the context's range.
    range_subset    If true, the criteria will match if it is a subset
                    of the context's range.
    range_overlap   If true, the criteria will match if it overlaps
                    any of the context's range.
    range_superset  If true, the criteria will match if it is a superset
                    of the context's range.
    range_proper    If true, use proper superset/subset operations.
                    No effect if not using set operations.
    N�_device)�returncCs|jS�N)r	)�self�r
�?/usr/lib64/python3.9/site-packages/setools/pcideviceconquery.py�device1szPcideviceconQuery.device)�valuer
cCs,|r"|dkrtd�|���||_nd|_dS)Nrz#PCI device ID must be positive: {0})�
ValueError�formatr	)rrr
r
rr5s
cs(tt|�j|fi|��t�t�|_dSr)�superr�__init__�loggingZ	getLogger�__name__�log)r�policy�kwargs��	__class__r
rr?szPcideviceconQuery.__init__ccsl|j�d�|��|j�d�|��|�|j�|j��D],}|jrR|j|jkrRq:|�|j	�s`q:|Vq:dS)z2Generator which yields all matching pcidevicecons.z"Generating results from {0.policy}zDevice ID: {0.device!r}N)
r�infor�debugZ_match_context_debugrZ
pcideviceconsrZ_match_context�context)rZpcideviceconr
r
r�resultsCszPcideviceconQuery.results)r�
__module__�__qualname__�__doc__r	r�int�__annotations__�propertyr�setterrrrr�
__classcell__r
r
rrr
s
 	r)r�typingrrZmixinsrZ	policyrepr�queryrrr
r
r
r�<module>s