HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //usr/lib64/python3.6/site-packages/setools/__pycache__/devicetreeconquery.cpython-36.pyc
3

�^�
�@s6ddlZddlmZddlmZGdd�dee�ZdS)�N�)�MatchContext)�PolicyQuerycs,eZdZdZdZ�fdd�Zdd�Z�ZS)�DevicetreeconQuerya�
    Devicetreecon context query.

    Parameter:
    policy          The policy to query.

    Keyword Parameters/Class attributes:
    path             A single devicetree path.

    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.
    Ncs$tt|�j|f|�tjt�|_dS)N)�superr�__init__�loggingZ	getLogger�__name__�log)�self�policy�kwargs)�	__class__��*/usr/lib64/python3.6/devicetreeconquery.pyr=szDevicetreeconQuery.__init__ccsp|jjdj|��|jjdj|��|j|j�x:|jj�D],}|jrT|j|jkrTq<|j|j	�sbq<|Vq<WdS)z3Generator which yields all matching devicetreecons.z"Generating results from {0.policy}zPath: {0.path!r}N)
r
�info�format�debugZ_match_context_debugrZdevicetreecons�pathZ_match_context�context)rZ
devicetreeconrrr�resultsAszDevicetreeconQuery.results)r	�
__module__�__qualname__�__doc__rrr�
__classcell__rr)rrrs r)rZmixinsrZqueryrrrrrr�<module>s