U
    -_g
                     @   s8   d dl Z d dlmZmZmZmZ G dd deeeZdS )    N)PluginRedHatPluginUbuntuPlugin	PluginOptc                   @   s6   e Zd ZdZdZdZdZeddeddgZ	d	d
 Z
dS )ContainersCommonz;Common container configs under {/etc,/usr/share}/containersZcontainers_common)Z	container)zcontainers-commonrootlessusers z,colon-delimited list of users to collect for)defaultZval_typeZdescc                    s   |  ddddg | ddi | d}g }|rFdd	 |d
D }ddddddddddddddddddddg}|D ]R tjd  }|  | d  | d!   | j fd"d	|D d#d$ qvd S )%Nz/etc/containers/*z/usr/share/containers/*z/etc/subuidz/etc/subgidz/etc/containers/policy.jsonZcontainers_policyr   c                 S   s   g | ]}|r|qS  r
   ).0xr
   r
   F/usr/lib/python3/dist-packages/sos/report/plugins/containers_common.py
<listcomp>)   s      z*ContainersCommon.setup.<locals>.<listcomp>:zpodman infoz%podman unshare cat /proc/self/uid_mapz%podman unshare cat /proc/self/gid_mapzpodman imageszpodman images --digestszpodman pod pszpodman port --allz	podman pszpodman ps -azpodman stats --no-stream --allzpodman versionzpodman volume lszbuildah infoz&buildah unshare cat /proc/self/uid_mapz&buildah unshare cat /proc/self/gid_mapzbuildah containerszbuildah containers --allzbuildah imageszbuildah images --allzbuildah version~z/.config/containers/zloginctl user-status c                    s   g | ]}d   d| qS )zmachinectl -q shell z@ /usr/bin/r
   )r   cmduserr
   r   r   I   s   T)Z
foreground)Zadd_copy_specZadd_file_tagsZ
get_optionsplitospath
expanduserZadd_cmd_output)selfZ	users_optZ
users_listZuser_subcmdsZexpanded_userr
   r   r   setup   s\     
zContainersCommon.setupN)__name__
__module____qualname__Z
short_descZplugin_nameZprofilesZpackagesr   strZoption_listr   r
   r
   r
   r   r      s   r   )r   Zsos.report.pluginsr   r   r   r   r   r
   r
   r
   r   <module>   s   